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 eric.snow, hroncok, vstinner
Date 2021-12-10.12:29:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639139380.64.0.193707484212.issue46034@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-12-10 12:29:40vstinnersetrecipients: + vstinner, eric.snow, hroncok
2021-12-10 12:29:40vstinnersetmessageid: <1639139380.64.0.193707484212.issue46034@roundup.psfhosted.org>
2021-12-10 12:29:40vstinnerlinkissue46034 messages
2021-12-10 12:29:40vstinnercreate