[issue20879] base64 module of Python 3.4 uses 920 kB of memory

Serhiy Storchaka report at bugs.python.org
Fri Mar 14 18:58:14 CET 2014


Serhiy Storchaka added the comment:

Well, our patches are almost same so your patch LGTM (and it has more comments). But note that my initialization of _b32tab2 is a little faster (bytes() is called 32 times instead of 1024).

----------

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


More information about the Python-bugs-list mailing list