STINNER Victor <vstin...@redhat.com> added the comment:

Maybe the context manager could recreate attributes (set them to None) if the 
context manager is used wice, but I'm not sure that I don't want to promote to 
reuse catch_threading_exception().

I didn't check if catch_threading_exception() creates a ref cycle. I guess so. 
It's likely than storing an exception creates a ref cycle. Anyway, __exit__() 
removes attributes.

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

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

Reply via email to