[issue25779] deadlock with asyncio+contextmanager+ExitStack

Yury Selivanov report at bugs.python.org
Wed Dec 2 12:12:49 EST 2015


Yury Selivanov added the comment:

It's not even a reprlib bug:

try:
    raise Exception
except Exception as ex:
    ex.__context__ = ex
    hasattr(1, 'aa')

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25779>
_______________________________________


More information about the Python-bugs-list mailing list