]> granicus.if.org Git - python/commit
Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows.
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 09:31:49 +0000 (11:31 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 09:31:49 +0000 (11:31 +0200)
commitc655a726dba5799e3c221b6c95fee72516d3d7cf
tree42520ad3158db726a4ffc53c59a34e9bbfa7affe
parentbb4a747b695a3c1cce5257f40bc764fb9b44476a
Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows.
Misc/NEWS
Modules/_io/fileio.c