[New-bugs-announce] [issue42039] Add gc.track and gc.untrack

Pablo Galindo Salgado report at bugs.python.org
Wed Oct 14 14:31:23 EDT 2020


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

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

----------
assignee: pablogsal
components: Interpreter Core
messages: 378645
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Add gc.track and gc.untrack
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42039>
_______________________________________


More information about the New-bugs-announce mailing list