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 christian.heimes
Recipients christian.heimes, gvanrossum, kumaraditya
Date 2022-02-09.17:05:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644426313.18.0.320700129222.issue46430@roundup.psfhosted.org>
In-reply-to
Content
I noticed that the new interning code lacks proper error reporting. There are only asserts. _PyCode_New() checks the return value of intern_strings.
History
Date User Action Args
2022-02-09 17:05:13christian.heimessetrecipients: + christian.heimes, gvanrossum, kumaraditya
2022-02-09 17:05:13christian.heimessetmessageid: <1644426313.18.0.320700129222.issue46430@roundup.psfhosted.org>
2022-02-09 17:05:13christian.heimeslinkissue46430 messages
2022-02-09 17:05:13christian.heimescreate