[issue40149] test_threading leaked [38, 38, 38] references, sum=114

STINNER Victor report at bugs.python.org
Mon Apr 27 08:58:38 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> I created bpo-40217: "The garbage collector doesn't take in account that objects of heap allocated types hold a strong reference to their type".

This issue is now fixed. I tested manually: I confirm that it does fix the test_threading leak, so I close the issue.

$ ./python -m test -R 3:3 test_threading
(...)
== Tests result: SUCCESS ==

1 test OK.

Total duration: 1 min 14 sec
Tests result: SUCCESS

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

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


More information about the Python-bugs-list mailing list