mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
asyncio: sync with Tulip
Backout the "Tulip issue 181: Faster create_connection()" changeset, it was a mistake.
This commit is contained in:
parent
1a870c9132
commit
799a60ccb4
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class _ProactorBasePipeTransport(transports._FlowControlMixin,
|
|||
self._server.attach(self)
|
||||
self._loop.call_soon(self._protocol.connection_made, self)
|
||||
if waiter is not None:
|
||||
waiter.set_result(None)
|
||||
self._loop.call_soon(waiter._set_result_unless_cancelled, None)
|
||||
|
||||
def _set_extra(self, sock):
|
||||
self._extra['pipe'] = sock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue