[issue22429] asyncio: pending call to loop.stop() if a coroutine raises a BaseException

STINNER Victor report at bugs.python.org
Sat Nov 29 00:30:12 CET 2014


STINNER Victor added the comment:

Here is a simple patch which fixes this specific issue.

----------
keywords: +patch
Added file: http://bugs.python.org/file37312/run_until_complete_baseexception.patch

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


More information about the Python-bugs-list mailing list