[issue19512] Avoid temporary Unicode strings, use identifiers to only create the string once

STINNER Victor report at bugs.python.org
Thu Nov 7 00:03:48 CET 2013


STINNER Victor added the comment:

I changed the issue title to make it closer to the real changesets related to the issue.

----------
title: Avoid most calls to PyUnicode_DecodeUTF8Stateful() in Python interactive mode -> Avoid temporary Unicode strings, use identifiers to only create the string once

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


More information about the Python-bugs-list mailing list