]> granicus.if.org Git - python/commit
(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)
commit86ceffc3efd33ea9af54276c7a2b4b0729955c22
tree79ecfa1971c64d0e890da5575eb9564c31de080e
parent16b3c99141232a6b86c0fc47508d582cdd726005
parent7ba40610983f016b9c863523e7252f873a52abca
(Merge 3.4) 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