]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
authorYury Selivanov <yury@magic.io>
Wed, 8 Jun 2016 16:33:31 +0000 (12:33 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 8 Jun 2016 16:33:31 +0000 (12:33 -0400)
commitf1c6fa986647791977d974bd43119b46a7a3cdbc
tree191f22cd29bf8bdf269be09fd14ff5a7f7cbf660
parent7d7a11b5d700c54260c517d0fb57fe1caf591e31
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo

Patch by A. Jesse Jiryu Davis
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_selector_events.py