This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paul
Recipients Paul, amaury.forgeotdarc, lambacck, nadeem.vawda, segfault42
Date 2011-10-27.22:26:36
SpamBayes Score 0.03017493
Marked as misclassified No
Message-id <1319754397.81.0.554894942994.issue6434@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-27 22:26:37Paulsetrecipients: + Paul, amaury.forgeotdarc, nadeem.vawda, lambacck, segfault42
2011-10-27 22:26:37Paulsetmessageid: <1319754397.81.0.554894942994.issue6434@psf.upfronthosting.co.za>
2011-10-27 22:26:37Paullinkissue6434 messages
2011-10-27 22:26:36Paulcreate