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, vstinner
Date 2021-12-07.17:19:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638897562.95.0.75287594113.issue46006@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.9, the code works because the _Py_IDENTIFIER() API shares Python Unicode objects between all interpreters.

_PyUnicode_FromId() was modified to be per-interpreter in bpo-39465 by:

New changeset ba3d67c2fb04a7842741b1b6da5d67f22c579f33 by Victor Stinner in branch 'master':
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
https://github.com/python/cpython/commit/ba3d67c2fb04a7842741b1b6da5d67f22c579f33
History
Date User Action Args
2021-12-07 17:19:22vstinnersetrecipients: + vstinner, corona10, erlendaasland
2021-12-07 17:19:22vstinnersetmessageid: <1638897562.95.0.75287594113.issue46006@roundup.psfhosted.org>
2021-12-07 17:19:22vstinnerlinkissue46006 messages
2021-12-07 17:19:22vstinnercreate