commit | c5af7730e34f15d917730c66076125d4e545f11a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 11 23:00:31 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 11 23:00:31 2011 +0200 |
tree | 9ec4c70c1b7240708ec19bf37447a85e9194cf40 | |
parent | 950468e5532e2af6bbda8e953854fe74d45aa9f0 [diff] |
Fix FileIO.readall() (new_buffersize()) for large files Truncate the buffer size to PY_SSIZE_T_MAX.