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 corona10, erlendaasland, serhiy.storchaka, vstinner
Date 2021-12-07.17:35:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638898535.15.0.367121333811.issue46006@roundup.psfhosted.org>
In-reply-to
Content
There are around 27 _PyUnicode_EqualToASCIIId() calls in the Python code base. I don't think that avoiding _PyUnicode_EqualToASCIIId() is a good solution :-)

Fixing _PyUnicode_EqualToASCIIId() to make it compatible with subinterpreters sound more reasonable: remove the PyUnicode_CHECK_INTERNED() test optimization.
History
Date User Action Args
2021-12-07 17:35:35vstinnersetrecipients: + vstinner, serhiy.storchaka, corona10, erlendaasland
2021-12-07 17:35:35vstinnersetmessageid: <1638898535.15.0.367121333811.issue46006@roundup.psfhosted.org>
2021-12-07 17:35:35vstinnerlinkissue46006 messages
2021-12-07 17:35:35vstinnercreate