]> granicus.if.org Git - python/commit
Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 13:15:39 +0000 (13:15 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 13:15:39 +0000 (13:15 +0000)
commitdc5554008f939e719760b490812065456e8313b5
treedf01dcc0e335327aa94cb10d944e7af14c93a2e3
parent0fcab4a3ed5e39769609b60d6179c4c801e45985
Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows
Misc/NEWS
Objects/fileobject.c