[issue25779] deadlock with asyncio+contextmanager+ExitStack

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


Yury Selivanov added the comment:

Created another issue for the reprlib bug: issue 25781.  It appears we don't even need a generator:

    import reprlib

    try:
        raise RuntimeError
    except RuntimeError as ex:
        ex.__context__ = ex
        reprlib.repr(ex)

Closing this one with "not a bug".

----------
resolution:  -> not a bug
status: open -> closed
superseder:  -> infinite loop in reprlib

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


More information about the Python-bugs-list mailing list