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

It's probably not that because this leaks too, and it skips the cleanup:

        try:
            raise B()
        except B:
            b = sys.exc_info()[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