]> granicus.if.org Git - python/commit
Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Jun 2014 12:51:04 +0000 (14:51 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Jun 2014 12:51:04 +0000 (14:51 +0200)
commit98b6391fd4b27485b17c068d6f85a00d3f7c5ddc
tree849590cf0ff110524b68310217912f006bcb307b
parentb75380f3336db6dae82e8f75a2a5b020ae8fd377
Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly()
don't log the "destroy pending task" message anymore. The log is redundant for
run_until_complete() and useless in run_briefly().
Lib/asyncio/base_events.py
Lib/asyncio/tasks.py
Lib/asyncio/test_utils.py