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, shihai1991, vstinner
Date 2021-12-15.14:49:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639579760.52.0.946887055447.issue40533@roundup.psfhosted.org>
In-reply-to
Content
Until all Python stdlib C extensions and all third-party C extensions will be modified to no longer use and define static types and will stop shared Python objects between two interpreters, we can no longer micro-optimize the comparison of two interned strings by only comparing their memory addresse. See bpo-46006.
History
Date User Action Args
2021-12-15 14:49:20vstinnersetrecipients: + vstinner, eric.snow, shihai1991
2021-12-15 14:49:20vstinnersetmessageid: <1639579760.52.0.946887055447.issue40533@roundup.psfhosted.org>
2021-12-15 14:49:20vstinnerlinkissue40533 messages
2021-12-15 14:49:20vstinnercreate