[issue39253] Running the test suite with --junit-xml and -R incorrectly reports refleaks

Steve Dower report at bugs.python.org
Wed Jan 8 11:35:53 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

My guess would be that the reference tracking needs some kind of awareness for logging results. The results are collected as regular Python objects and formatted later, as we need to calculate totals before writing the XML file.

I guess keeping those objects around looks like a leak?

----------

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


More information about the Python-bugs-list mailing list