]> granicus.if.org Git - python/commit
Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 5 Dec 2014 00:44:10 +0000 (01:44 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 5 Dec 2014 00:44:10 +0000 (01:44 +0100)
commitf3e2e09213ecac36c3c3634a06cb7badf3e4217e
tree47720db212aeb42092da2ce37290d16161173bcc
parent4c85ec99f39bb6687f6fb0d23c6a7daedcde990e
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.
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py