[issue22428] asyncio: KeyboardInterrupt inside a coroutine causes AttributeError

STINNER Victor report at bugs.python.org
Fri Oct 10 14:23:50 CEST 2014


STINNER Victor added the comment:

> If the coroutine raises an exception which doesn't inherit from Exception (but inherits from BaseException), run_until_complete() doesn't consume the exception from the temporary task object

I created the issue #22601 for this bug.

----------

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


More information about the Python-bugs-list mailing list