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 methane
Recipients corona10, methane, serhiy.storchaka, shihai1991, vstinner
Date 2021-05-10.04:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620620428.15.0.83519559655.issue41692@roundup.psfhosted.org>
In-reply-to
Content
For the record, I noticed PyUnicode_InternImmortal() is a stable ABI.

We may need to keep the function to avoid dynamic link errors.
But we can still change its implementation to just raise an exception.
History
Date User Action Args
2021-05-10 04:20:28methanesetrecipients: + methane, vstinner, serhiy.storchaka, corona10, shihai1991
2021-05-10 04:20:28methanesetmessageid: <1620620428.15.0.83519559655.issue41692@roundup.psfhosted.org>
2021-05-10 04:20:28methanelinkissue41692 messages
2021-05-10 04:20:28methanecreate