commit | 59729ff609aeaf4ca6d8f5009ec5ec93c61187a1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 05 11:28:19 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 05 11:28:19 2011 +0200 |
tree | 9574e4d5d8e7670ffb76d1a274d2de243d4de7b9 | |
parent | 4833c98f85c1ec06a7451f56e1bf3b1f9951da0b [diff] |
Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and os.write() clamp the length to INT_MAX on Windows.