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 Guillaume.Carre
Recipients Guillaume.Carre, takluyver
Date 2018-03-12.18:44:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOZ3DuKvq2DYBXkn9uuCd3pOSkUQXu_f=okDYX1HRfJ6CaHnqw@mail.gmail.com>
In-reply-to <1520870479.23.0.467229070634.issue22102@psf.upfronthosting.co.za>
Content
Yes these were pretty large zip 30 to 60Gb with thousands of small files in
them I've fixed locally on our servers and we've been happy even after
accepting similar sized files from linux machine.
I'm also quite surprised about this not being reported by others.

On Mon, Mar 12, 2018 at 9:01 AM, Thomas Kluyver <report@bugs.python.org>
wrote:

>
> Thomas Kluyver <thomas@kluyver.me.uk> added the comment:
>
> If every Windows 7 computer is generating zipfiles which are invalid in
> this way, that would be a pretty strong argument for Python (and other
> tools) to accept it. But if that was the case, I would also expect that
> there would be many more issues about it.
>
> Are the files you're compressing large (multi-GB)? Python only uses the
> zip64 format when the files are too big for the older zip format; maybe
> Windows is doing the same. Even in that case, I'm still surprised that more
> people don't hit it.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue22102>
> _______________________________________
>
History
Date User Action Args
2018-03-12 18:44:20Guillaume.Carresetrecipients: + Guillaume.Carre, takluyver
2018-03-12 18:44:20Guillaume.Carrelinkissue22102 messages
2018-03-12 18:44:20Guillaume.Carrecreate