[issue35053] Enhance tracemalloc to trace properly free lists

STINNER Victor report at bugs.python.org
Thu Oct 25 18:03:41 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Oh :-( I didn't expect that I would have to declare PyTraceMalloc_NewReference() in object.h even if Py_LIMITED_API is defined...

Python currently leaks too much things even if Py_LIMITED_API is defined. It's time to break the C API! :-) https://pythoncapi.readthedocs.io/ (just kidding, or not)

----------

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


More information about the Python-bugs-list mailing list