[issue31377] remove *_INTERNED opcodes from marshal

INADA Naoki report at bugs.python.org
Wed Jul 11 03:58:22 EDT 2018


INADA Naoki <songofacandy at gmail.com> added the comment:

I doubt that interning cause reproduciblity problem.

AFAIK, all strings in code object are interned or not
interned deterministically.

https://bugzilla.opensuse.org/show_bug.cgi?id=1049186
This issue seems be caused by w_ref() based on object refcnt,
not interning.

----------

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


More information about the Python-bugs-list mailing list