Irit Katriel <iritkatr...@gmail.com> added the comment:

(Pdb) test_no_hang_on_context_chain_cycle2.__code__.co_consts[1]
<code object A at 0x10eecc840, file "/Users/iritkatriel/src/cpython-1/tt.py", 
line 37>
(Pdb) 
sys.getrefcount(test_no_hang_on_context_chain_cycle2.__code__.co_consts[1])
2
(Pdb) 
gc.get_referrers(test_no_hang_on_context_chain_cycle2.__code__.co_consts[1])
[]

----------

_______________________________________
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