]> granicus.if.org Git - python/commit
Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in a
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 21:31:25 +0000 (23:31 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 21:31:25 +0000 (23:31 +0200)
commit7d7e7756d9e5c5ea3ab33f66925e28b5dcb5169c
tree6c6872bd1a87b26ab9cebf871b3e50534a08af68
parent1b1fe97e9505e605201a1d27a6d6a90898a8303d
Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in a
private structure of the _io module to fix a compiler warning (overflow when
assigning the value 1). Fix also a cast in
incrementalnewlinedecoder_setstate().  Patch written by Hallvard B Furuseth.
Modules/_io/textio.c