[issue35053] Enhance tracemalloc to trace properly free lists

STINNER Victor report at bugs.python.org
Wed Oct 24 12:11:05 EDT 2018


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

Even if Python 3.6 and 3.7 are impacted by the bug, I propose to only fix Python 3.8 since the change modifies a _Py_NewReference() function which is critical for performance.

----------

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


More information about the Python-bugs-list mailing list