[issue19513] Use PyUnicodeWriter instead of PyAccu in repr(tuple) and repr(list)

STINNER Victor report at bugs.python.org
Thu Nov 14 10:38:35 CET 2013


STINNER Victor added the comment:

> Please open a separate issue for the overallocation factor patch.

Ok, here you have: #19581.

I consider this issue has a dependency of this one, because without a better overallocation factor on Windows, list_repr_writer-2.patch makes repr(list) less efficient in some cases on Windows.

----------

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


More information about the Python-bugs-list mailing list