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 eric.snow
Recipients Mark.Shannon, carljm, corona10, dino.viehland, eelizondo, eric.snow, gregory.p.smith, methane, nascheme, pablogsal, pitrou, remi.lapeyre, shihai1991, steve.dower, tim.peters, vstinner
Date 2021-03-11.22:27:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615501654.91.0.657254918471.issue40255@roundup.psfhosted.org>
In-reply-to
Content
Note that my PR does make the builtin types immortal (at least those initialized in _PyTypes_Init()).  However, I did not make the singletons or other candidate objects immortal in the PR.  That can be done separately.
History
Date User Action Args
2021-03-11 22:27:34eric.snowsetrecipients: + eric.snow, tim.peters, nascheme, gregory.p.smith, pitrou, vstinner, carljm, dino.viehland, methane, Mark.Shannon, steve.dower, corona10, pablogsal, eelizondo, remi.lapeyre, shihai1991
2021-03-11 22:27:34eric.snowsetmessageid: <1615501654.91.0.657254918471.issue40255@roundup.psfhosted.org>
2021-03-11 22:27:34eric.snowlinkissue40255 messages
2021-03-11 22:27:34eric.snowcreate