[issue31377] remove *_INTERNED opcodes from marshal

INADA Naoki report at bugs.python.org
Thu Sep 7 12:46:03 EDT 2017


INADA Naoki added the comment:

> We end up interning each reference individually currently.

But interning interned string is much faster. It only checks flag.
Interning normal string requires dict lookup.

----------

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


More information about the Python-bugs-list mailing list