[issue33583] PyObject_GC_Resize() doesn't relink GCHead

Serhiy Storchaka report at bugs.python.org
Sun May 20 06:42:34 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

We can add a check that the object is not tracked and raise a SystemError otherwise. Maybe only in the debug build if it affects performance.

----------

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


More information about the Python-bugs-list mailing list