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, ncoghlan, petr.viktorin, shihai1991, vstinner
Date 2020-12-25.23:41:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608939716.86.0.598413975911.issue39465@roundup.psfhosted.org>
In-reply-to
Content
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
2020-12-25 23:41:56vstinnersetrecipients: + vstinner, ncoghlan, petr.viktorin, eric.snow, shihai1991
2020-12-25 23:41:56vstinnersetmessageid: <1608939716.86.0.598413975911.issue39465@roundup.psfhosted.org>
2020-12-25 23:41:56vstinnerlinkissue39465 messages
2020-12-25 23:41:56vstinnercreate