STINNER Victor <vstin...@python.org> added the comment:

I mark this issue as a duplicate of bpo-46006. It's not exactly the same issue, 
but the root cause is the same: in some functions, Python use fast pointer 
comparisons when two strings are interned, but this now fails if two interned 
strings belong to two different interpreters.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46034>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to