]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Use socket specs for getaddrinfo() in sock_connect()
authorYury Selivanov <yury@magic.io>
Tue, 28 Jun 2016 15:00:22 +0000 (11:00 -0400)
committerYury Selivanov <yury@magic.io>
Tue, 28 Jun 2016 15:00:22 +0000 (11:00 -0400)
commit63bf48768867a7421f8ccb956fe77f295bfd2742
tree2f8307cab416b4208e5517423428d1c54fbce84d
parent77bc04a3bcb6c207f6b48f4e3418cd6a02909696
asyncio: Use socket specs for getaddrinfo() in sock_connect()

Patch by Martin Richard.  GH PR #365.
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py