SIGN IN SIGN UP

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()
V
Victor Stinner committed
1a870c913238e6e2178283b1d69e9be9203473f2
Parent: 11116da