]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 15:27:27 +0000 (17:27 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 15:27:27 +0000 (17:27 +0200)
commitf80c52bf683c5a9f9782eed475cda41ed7e2e400
tree58c73a033160fa0868e7a375dec0dd243f7e024e
parent07de7b5db1d3cbaa27ffb782f7bd7d6563df271f
parent1a870c913238e6e2178283b1d69e9be9203473f2
(Merge 3.4) asyncio: sync with Tulip

- Tulip issue #181: Faster create_connection(). Call directly
  waiter.set_result() in the constructor of _ProactorBasePipeTransport and
  _SelectorSocketTransport, instead of using of delaying the call with
  call_soon().
- Cleanup iscoroutine()