SIGN IN SIGN UP

(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()
V
Victor Stinner committed
f80c52bf683c5a9f9782eed475cda41ed7e2e400