]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(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)
- 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()


Trivial merge