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 alonwas
Recipients alonwas, loewis, pitrou
Date 2008-08-13.06:15:31
SpamBayes Score 1.4685048e-08
Marked as misclassified No
Message-id <1218608124.2383.7.camel@alon-lnx.istraresearch.com>
In-reply-to <1218475800.79.0.23040131264.issue3535@psf.upfronthosting.co.za>
Content
Hi Antoine,
The problem happens for files between 2GB and 4GB. I can't really send
you a link to such a big file. To reproduce the problem, you can
generate one. I created (and attach) a tiny C program that helps
generate one. If you want to, you can run it, save its output to a file
and then add it to a zip file (it should compress around 12%). The
resulting zip file will fail to open from python using the zipfile
package because of the bug I mentioned. Please let me know whether this
is enough information to reproduce,
Thanks,
Alon

On Mon, 2008-08-11 at 17:30 +0000, Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
> 
> Do you have a public URL for such a zip file?
> 
> ----------
> nosy: +pitrou
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3535>
> _______________________________________
Files
File name Uploaded
large.c alonwas, 2008-08-13.06:15:31
History
Date User Action Args
2008-08-13 06:15:40alonwassetrecipients: + alonwas, loewis, pitrou
2008-08-13 06:15:33alonwaslinkissue3535 messages
2008-08-13 06:15:31alonwascreate