Files
cpython/Lib/test/test_asyncio
Victor Stinner c8bd53f815 Issue #22601: run_forever() now consumes BaseException of the temporary task
If the coroutine raised a BaseException, consume the exception to not log a
warning. The caller doesn't have access to the local task.
2014-10-11 14:30:18 +02:00
..
2014-07-29 12:58:23 +02:00
2014-07-29 12:58:23 +02:00
2014-08-25 23:20:52 +02:00