[issue30468] Propagate zipfile.py pypy issue #905 patch to CPython 3.7

Alecsandru Patrascu report at bugs.python.org
Thu May 25 13:41:06 EDT 2017


Alecsandru Patrascu added the comment:

Serhiy, I am curious why did you have chosen to compute the CRC32 table everytime? It is standard (the generator polynomial does not change) and always will output the same values. And it is also less computational intensive to loading a precomputed array vs calculating it each time a zip archive is extracted.

----------
nosy: +alecsandru.patrascu

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30468>
_______________________________________


More information about the Python-bugs-list mailing list