]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Jun 2014 21:33:02 +0000 (23:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Jun 2014 21:33:02 +0000 (23:33 +0200)
- 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


Trivial merge