This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients JunyiXie, Mark.Shannon, corona10, mark.dickinson, rhettinger, shihai1991, vstinner
Date 2022-01-06.15:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641482647.88.0.456684254147.issue40521@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2022-01-06 15:24:07vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, Mark.Shannon, corona10, shihai1991, JunyiXie
2022-01-06 15:24:07vstinnersetmessageid: <1641482647.88.0.456684254147.issue40521@roundup.psfhosted.org>
2022-01-06 15:24:07vstinnerlinkissue40521 messages
2022-01-06 15:24:07vstinnercreate