[issue37126] test_threading is leaking references

Pablo Galindo Salgado report at bugs.python.org
Sat Jun 1 15:00:33 EDT 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

The problem here is that there is a reference cycle with threading.ExceptHookArgs but structseq objects are not tracked by the GC.

----------

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


More information about the Python-bugs-list mailing list