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 steve.dower
Recipients corona10, eelizondo, gregory.p.smith, nascheme, pablogsal, pitrou, steve.dower, tim.peters
Date 2020-04-13.19:35:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586806515.59.0.700073669071.issue40255@roundup.psfhosted.org>
In-reply-to
Content
If it's easy to set up, it might be interesting to see if there's a difference if (e.g.) all interned strings are marked as immortal, or all small ints. Or type objects. Maybe set a flag during initialization and treat everything created before that as immortal.

There's definitely going to be overhead, but assuming the branch is there we may as well use it to optimise our own operations.
History
Date User Action Args
2020-04-13 19:35:15steve.dowersetrecipients: + steve.dower, tim.peters, nascheme, gregory.p.smith, pitrou, corona10, pablogsal, eelizondo
2020-04-13 19:35:15steve.dowersetmessageid: <1586806515.59.0.700073669071.issue40255@roundup.psfhosted.org>
2020-04-13 19:35:15steve.dowerlinkissue40255 messages
2020-04-13 19:35:15steve.dowercreate