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 Mark.Shannon, corona10, eric.snow, jeremy.kloth, jkloth, larry, maciej.szulik, nanjekyejoannah, ncoghlan, phsilva, rhettinger, shihai1991, vstinner
Date 2020-04-13.22:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586817993.05.0.70755175318.issue39511@roundup.psfhosted.org>
In-reply-to
Content
bpo-40255 proposes a concrete implementation of immortal objects: it modifies Py_INCREF and Py_DECREF which makes Python up to 1.17x slower.
History
Date User Action Args
2020-04-13 22:46:33vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, larry, jkloth, phsilva, jeremy.kloth, Mark.Shannon, eric.snow, maciej.szulik, corona10, nanjekyejoannah, shihai1991
2020-04-13 22:46:33vstinnersetmessageid: <1586817993.05.0.70755175318.issue39511@roundup.psfhosted.org>
2020-04-13 22:46:33vstinnerlinkissue39511 messages
2020-04-13 22:46:33vstinnercreate