Serhiy Storchaka added the comment:

After some investigations this idea no longer looks good to me.

The table of 256 32-bit integers will take at least 44 lines. This is too 
large. It is easier to check the algorithm than all these numbers. The error 
even in one digit can break all, but for testing we should check every element 
of the table. In any case we would need a generating code, either for 
generating the sources, or for testing.

Current generating code is 25% faster than the code used in 2.7, and 
(surprisingly!) Python 3.7 is 50% faster than Python 2.7 in the computation of 
the same code. On my computer the generating takes 1 ms (the startup time of 
the interpreter is 50 ms), and the table is generated only if ZIP file 
decryption is used, and only once.

----------
resolution: not a bug -> rejected

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

Reply via email to