[issue38997] test__xxsubinterpreters test_atexit test_capi test_threading are leaking references

STINNER Victor report at bugs.python.org
Sun Dec 8 16:05:20 EST 2019


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

I validated that my commit 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 fixed the leaks, so I closed PR 17509 and I close this issue. Thanks for the bug report Pablo! I was also awaiting Refleak buildbot results!

$ ./python -m test -R 3:3 -j0  test__xxsubinterpreters test_atexit test_capi test_threading
(...)
All 4 tests OK.

Total duration: 1 min 4 sec
Tests result: SUCCESS

----------

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


More information about the Python-bugs-list mailing list