[issue15612] Rewrite StringIO to use the _PyUnicodeWriter API

STINNER Victor report at bugs.python.org
Wed Mar 18 12:04:56 CET 2015


STINNER Victor added the comment:

I'm no more interested to work on this issue, and it's not clear that _PyUnicodeWriter is always faster. Switch from a list to _PyUnicodeWriter on a specific event would make the code much more complex. I prefer to just close the issue.

----------
resolution:  -> out of date
status: open -> closed

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


More information about the Python-bugs-list mailing list