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, gvanrossum, vstinner
Date 2022-01-21.08:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642752873.14.0.0130356962379.issue46449@roundup.psfhosted.org>
In-reply-to
Content
> This reminds me, since https://github.com/python/cpython/pull/30715 (which I merged yesterday) the deep-frozen objects also reference the small ints directly, as well as the singleton for b"". Is this even safe across Py_Finalize()/Py_Initialize()? If not, we'll need to roll that back as well.

I don't know.
History
Date User Action Args
2022-01-21 08:14:33vstinnersetrecipients: + vstinner, gvanrossum, eric.snow
2022-01-21 08:14:33vstinnersetmessageid: <1642752873.14.0.0130356962379.issue46449@roundup.psfhosted.org>
2022-01-21 08:14:33vstinnerlinkissue46449 messages
2022-01-21 08:14:33vstinnercreate