Paul <paul.bauer.spearst...@gmail.com> added the comment:

I attempted to "re-allow overflow" in the struct(...) call by replacing 
`zinfo.file_size` with `ZIP64_LIMIT % zinfo.file_size` in zipfile.py, and 
successfully produced a compressed file from a 10G file, but the resulting 
compressed file could not be uncompressed and was deemed "invalid" by any unzip 
util I tried.

----------

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

Reply via email to