[issue44531] Add _PyType_AllocNoTrack() function: allocate without tracking in the GC

Pablo Galindo Salgado report at bugs.python.org
Tue Jun 29 10:20:50 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> Anyway, I propose to add a new _PyType_AllocNoTrack() function which allocates memory without tracking the newly allocated object directly in the GC.

How is that going to help third party extensions and subclasses?

----------
nosy: +pablogsal

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


More information about the Python-bugs-list mailing list