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 corona10
Recipients corona10, eric.snow, erlendaasland, methane, ndjensen, serhiy.storchaka, vstinner
Date 2021-12-09.14:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639058699.07.0.804214455151.issue46006@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-12-09 14:04:59corona10setrecipients: + corona10, vstinner, methane, eric.snow, serhiy.storchaka, ndjensen, erlendaasland
2021-12-09 14:04:59corona10setmessageid: <1639058699.07.0.804214455151.issue46006@roundup.psfhosted.org>
2021-12-09 14:04:59corona10linkissue46006 messages
2021-12-09 14:04:59corona10create