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

My commit ea251806b8dffff11b30d2182af1e589caf88acf (interned strings) 
introduced bpo-46006 "[subinterpreter] _PyUnicode_EqualToASCIIId() issue with 
subinterpreters" regression.

To unblock the Python 3.11.0a4 release, I just reverted the change. It 
reintroduces the issue, so I created bpo-46283: "[subinterpreters] Unicode 
interned strings must not be shared between interpreters".

----------

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

Reply via email to