]> granicus.if.org Git - python/commit
(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)
commit2de8a6980ac544ed9c10d609d7fc4d93eca2595f
tree53d912b279e687681e0dc21794115d5e3046fe7f
parent86a89f02e20ce141df9b3d473c704e31f608e802
parentc8bd53f81512acf805708abca31f5491c13ae185
(Merge 3.4) 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.