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:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615501537.39.0.695480330936.issue40255@roundup.psfhosted.org>
In-reply-to
Content
FYI, I've just put up a similar PR [1] to Eddie's, with a focus on object immortality rather than immutability.  However, if Py_IMMORTAL_CONST_REFCOUNTS is defined then it should have the behavior Eddie is after.

[1] https://github.com/python/cpython/pull/24828
History
Date User Action Args
2021-03-11 22:25:37eric.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:25:37eric.snowsetmessageid: <1615501537.39.0.695480330936.issue40255@roundup.psfhosted.org>
2021-03-11 22:25:37eric.snowlinkissue40255 messages
2021-03-11 22:25:37eric.snowcreate