[issue46006] [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subinterpreters

Dong-hee Na report at bugs.python.org
Thu Dec 9 09:04:59 EST 2021


Dong-hee Na <donghee.na at python.org> added the comment:

> If two strings are interned and part of the same interpreter, the "ptr1 == ptr2" comparison continues to work.

Yeah, AFAIK Comparing two interned strings from different interpreters are not the available use-case.

----------

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


More information about the Python-bugs-list mailing list