]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Jun 2014 21:32:25 +0000 (23:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Jun 2014 21:32:25 +0000 (23:32 +0200)
commit7ba40610983f016b9c863523e7252f873a52abca
tree36a46ff3d4f7fa41ca52985745c037ebfb48990a
parent87f16f892c4a5e96b9e9db3953b1cfc3db51b8f6
asyncio: sync with Tulip

- Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in
  tests
- Add test to check that run_until_complete() checks the loop of the future
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py