Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

If someone can reproduce more or less reliably, it would be great to know where 
are the leaked objects. For that, compile CPython with "-with-trace-refs", 
surround the suspicious test in a loop (test_no_hang_on_context_chain_cycle2 
for example) of a 1000 or more iterations and run the test with the 
PYTHONDUMPREFS=1 environment variable. You will see the leaked objects at 
shutdown hopefully.

Hopefully the leaked objects would be a gigantic set by then so we the number 
of references will be noticeable.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44895>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to