[issue28531] Improve utf7 encoder memory usage

Xiang Zhang report at bugs.python.org
Thu Oct 27 13:16:14 EDT 2016


Xiang Zhang added the comment:

v2 uses _PyBytesWriter so we can use on stack buffer for short string.

----------
Added file: http://bugs.python.org/file45243/utf7_encoder_v2.patch

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


More information about the Python-bugs-list mailing list