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 serhiy.storchaka
Recipients alanmcintyre, dholth, loewis, serhiy.storchaka
Date 2013-08-05.12:48:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375706919.75.0.0292921714135.issue18515@psf.upfronthosting.co.za>
In-reply-to
Content
The objection to zipfile-no-crc32.patch is that binascii.crc32() and _crc32() have different signatures. binascii.crc32() accepts a byte object while _crc32() accepts a single integer. With packing this value into a bytes object _crc32() will be much slower.

As for zdlazy.patch, there is a proposed patch in issue10030 which speedups pure Python decryption. I'm afraid that with zdlazy.patch this path will lose a part of it's speedup.
History
Date User Action Args
2013-08-05 12:48:39serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, alanmcintyre, dholth
2013-08-05 12:48:39serhiy.storchakasetmessageid: <1375706919.75.0.0292921714135.issue18515@psf.upfronthosting.co.za>
2013-08-05 12:48:39serhiy.storchakalinkissue18515 messages
2013-08-05 12:48:39serhiy.storchakacreate