Daniel Holth added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18515>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to