commit | f3e2e09213ecac36c3c3634a06cb7badf3e4217e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 05 01:44:10 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 05 01:44:10 2014 +0100 |
tree | 47720db212aeb42092da2ce37290d16161173bcc | |
parent | 4c85ec99f39bb6687f6fb0d23c6a7daedcde990e [diff] |
Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the event loop if a BaseException is raised, because the event loop is already stopped.