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 Mark.Shannon, corona10, craigh, diabonas, eric.snow, erlendaasland, hroncok, methane, ndjensen, pablogsal, petr.viktorin, serhiy.storchaka, srittau, vstinner
Date 2022-01-06.15:22:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641482555.78.0.369781553776.issue46006@roundup.psfhosted.org>
In-reply-to
Content
_PyUnicode_EqualToASCIIId() and type update_slot() functions are fixed in 3.10 and main branches. The regression is now fixed.

But the revert reintroduces the issue on subinterpreters, so I created bpo-46283: "[subinterpreters] Unicode interned strings must not be shared between interpreters".
History
Date User Action Args
2022-01-06 15:22:35vstinnersetrecipients: + vstinner, srittau, craigh, petr.viktorin, methane, Mark.Shannon, eric.snow, serhiy.storchaka, ndjensen, hroncok, corona10, pablogsal, erlendaasland, diabonas
2022-01-06 15:22:35vstinnersetmessageid: <1641482555.78.0.369781553776.issue46006@roundup.psfhosted.org>
2022-01-06 15:22:35vstinnerlinkissue46006 messages
2022-01-06 15:22:35vstinnercreate