commit | e6edec23718072ed7903be9dae37ae330a9d81d5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jan 04 00:29:35 2011 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jan 04 00:29:35 2011 +0000 |
tree | dd43a4d1de61a8b0b49bef7f3fb299638f7aded9 | |
parent | 560f9dab55701654706b0d257d5d8f34f633bb52 [diff] |
Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the length to 2^31-1 on Windows.