[issue19646] Use PyUnicodeWriter in repr(dict)

Serhiy Storchaka report at bugs.python.org
Tue Nov 19 14:18:33 CET 2013


Serhiy Storchaka added the comment:

> Using this function, there is no need to create temporary colon (": ") or sep (", ") strings, performances are a little better with the final commit.

I'm surprised that this has given such large effect. ;) I hoped only on more clear code.

----------

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


More information about the Python-bugs-list mailing list