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 christian.heimes, gvanrossum, kumaraditya, miss-islington, sobolevn, vstinner
Date 2022-02-23.19:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645645487.79.0.973481081191.issue46430@roundup.psfhosted.org>
In-reply-to
Content
PyUnicode_InternInPlace() in intern_strings() can convert an immortal string to a regular Python strong reference, whereas _PyStaticCode_Dealloc() doesn't bother with clearing co_names, co_consts and co_localsplusnames.
History
Date User Action Args
2022-02-23 19:44:47vstinnersetrecipients: + vstinner, gvanrossum, christian.heimes, miss-islington, sobolevn, kumaraditya
2022-02-23 19:44:47vstinnersetmessageid: <1645645487.79.0.973481081191.issue46430@roundup.psfhosted.org>
2022-02-23 19:44:47vstinnerlinkissue46430 messages
2022-02-23 19:44:47vstinnercreate