commit | 2de8a6980ac544ed9c10d609d7fc4d93eca2595f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Oct 11 14:35:33 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Oct 11 14:35:33 2014 +0200 |
tree | 53d912b279e687681e0dc21794115d5e3046fe7f | |
parent | 86a89f02e20ce141df9b3d473c704e31f608e802 [diff] | |
parent | c8bd53f81512acf805708abca31f5491c13ae185 [diff] |
(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.