STINNER Victor <victor.stin...@haypocalc.com> added the comment:

fileio_py_off_t.patch: Fix for FileIO.readall().

The consequence of the integer overflow in new_buffersize() looks to be that 
the buffer can be too small in some cases (and so readall() can be very slow?).

----------
keywords: +patch
Added file: http://bugs.python.org/file22610/fileio_py_off_t.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12517>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to