From: Victor Stinner Date: Mon, 7 Jul 2014 15:27:27 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f80c52bf683c5a9f9782eed475cda41ed7e2e400;p=thirdparty%2FPython%2Fcpython.git (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() --- f80c52bf683c5a9f9782eed475cda41ed7e2e400