[issue1739648] zipfile.testzip() using progressive file reads

Alan McIntyre report at bugs.python.org
Fri Jan 4 15:47:18 CET 2008


Alan McIntyre added the comment:

This sort of change definitely needs to be made to avoid reading huge
files into memory for testzip().  I've attached a modified patch as
zipfile_testzip_amcintyre.diff; it didn't seem appropriate to have a
module-level variable for the size of the test read, and I made a few
other minor tweaks.

----------
nosy: +alanmcintyre
Added file: http://bugs.python.org/file9057/zipfile_testzip_amcintyre.diff

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1739648>
_____________________________________


More information about the Python-bugs-list mailing list