Files
cpython/Lib
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-09-11 23:06:09 +01:00
2014-09-17 16:31:47 +08:00