[issue35053] Enhance tracemalloc to trace properly free lists

STINNER Victor report at bugs.python.org
Thu Oct 25 10:16:18 EDT 2018


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

This change modifies _Py_NewReference() which is a very important function and it impacts Python performance. I prefer to keep the bug in Python 3.6 and 3.7 to not risk to introduce a regression.

The bug exists since Python 3.4 and I'm the first one to spot it. It's not like there is huge pressure to backport the fix.

Thanks again INADA-san for the review!

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list