]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 15:26:54 +0000 (17:26 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 15:26:54 +0000 (17:26 +0200)
commit1a870c913238e6e2178283b1d69e9be9203473f2
treea433b73f12bc92783ecf57c0ad77f4a17126c712
parent11116da935760bb5ff02a450708f56d3b36b7556
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()
Lib/asyncio/coroutines.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py