[issue16367] io.FileIO.readall() is not 64-bit safe on Windows

Roundup Robot report at bugs.python.org
Thu Jan 3 03:42:54 CET 2013


Roundup Robot added the comment:

New changeset 9aba9ad6c15b by Victor Stinner in branch '3.2':
Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB
http://hg.python.org/cpython/rev/9aba9ad6c15b

New changeset 5f96e4619ceb by Victor Stinner in branch '3.3':
(Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
http://hg.python.org/cpython/rev/5f96e4619ceb

New changeset d81d4b3059e4 by Victor Stinner in branch 'default':
(Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
http://hg.python.org/cpython/rev/d81d4b3059e4

New changeset f26c91bf61bf by Victor Stinner in branch '2.7':
Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB
http://hg.python.org/cpython/rev/f26c91bf61bf

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16367>
_______________________________________


More information about the Python-bugs-list mailing list