New submission from Pablo Galindo Salgado <pablog...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42039>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to