[issue15108] Incomplete tuple created by PyTuple_New() and accessed via the GC can trigged a crash

Pablo Galindo Salgado report at bugs.python.org
Mon Feb 15 18:01:32 EST 2021


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

> PyList_New() is also affected. Do you think about other types?

Any C extension class that implements a new_whatever() method that leaves the class tracked and not ready.

----------

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


More information about the Python-bugs-list mailing list