[issue28531] Improve utf7 encoder memory usage

Serhiy Storchaka report at bugs.python.org
Fri Nov 18 11:40:36 EST 2016


Serhiy Storchaka added the comment:

I fixed many long living bugs in the UTF-7 codec in the past, and I remember that we fixed bugs introduced by using _PyUnicodeWriter or _PyBytesWriter many months after changing the code. Since the UTF-7 codec is rarely used, there is a risk of introducing new long living bug. You should peruse not just the code near the changed lines, but all the codec.

I'm not strongly against this patch, if you Victor takes the responsibility for it, I left it on you.

----------
assignee:  -> haypo

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


More information about the Python-bugs-list mailing list