[issue19512] Avoid most calls to PyUnicode_DecodeUTF8Stateful() in Python interactive mode

STINNER Victor report at bugs.python.org
Wed Nov 6 18:47:32 CET 2013


STINNER Victor added the comment:

Oh, by the way, identifiers have a nice side effect: they are interned, and so dict lookup should be faster.

----------

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


More information about the Python-bugs-list mailing list