]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 11 Oct 2014 12:35:33 +0000 (14:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 11 Oct 2014 12:35:33 +0000 (14:35 +0200)
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.


Trivial merge