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 dholth
Recipients alanmcintyre, dholth, loewis, serhiy.storchaka
Date 2013-09-15.19:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379274947.6.0.306362084975.issue18515@psf.upfronthosting.co.za>
In-reply-to
Content
I am withdrawing zipfile-no-crc32.patch. It did not work correctly. 

zdlazy.patch should go in. It avoids creating the rarely-needed crc32 table until the first time it is needed, saving some memory and the majority of time needed to import the module.

zdlazy.patch should not affect its C replacement at all, except that the rarely-needed CRC32 table that we are not generating becomes a never-needed table.
History
Date User Action Args
2013-09-15 19:55:47dholthsetrecipients: + dholth, loewis, alanmcintyre, serhiy.storchaka
2013-09-15 19:55:47dholthsetmessageid: <1379274947.6.0.306362084975.issue18515@psf.upfronthosting.co.za>
2013-09-15 19:55:47dholthlinkissue18515 messages
2013-09-15 19:55:47dholthcreate