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 pablogsal
Recipients pablogsal
Date 2020-10-14.18:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602700283.06.0.781805695704.issue42039@roundup.psfhosted.org>
In-reply-to
Content
We have C-API calls to track and untrack objects. Having similar calls in Python can be usefull to selectively deactivate the garbage collector for some objects for performance, debugging or testing purposes. For instance, in https://bugs.python.org/issue41984 this could have been very usefull
History
Date User Action Args
2020-10-14 18:31:23pablogsalsetrecipients: + pablogsal
2020-10-14 18:31:23pablogsalsetmessageid: <1602700283.06.0.781805695704.issue42039@roundup.psfhosted.org>
2020-10-14 18:31:23pablogsallinkissue42039 messages
2020-10-14 18:31:23pablogsalcreate