• Victor Stinner's avatar
    asyncio: sync with Tulip · 1a870c91
    Victor Stinner authored
    - 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()
    1a870c91
coroutines.py 5.52 KB