commit | 1a870c913238e6e2178283b1d69e9be9203473f2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jul 07 17:26:54 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jul 07 17:26:54 2014 +0200 |
tree | a433b73f12bc92783ecf57c0ad77f4a17126c712 | |
parent | 11116da935760bb5ff02a450708f56d3b36b7556 [diff] |
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()