]> granicus.if.org Git - python/commit
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jun 2018 02:16:48 +0000 (19:16 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Jun 2018 02:16:48 +0000 (19:16 -0700)
commit3ed44141216aa1d2d8dd7d170c2dc216a6e718b6
tree0b0f3c72b330323b0f8ed1ad49c1f3a72f952bb6
parent9d92524c11def666a78ff57a9603a9ad6142418a
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)

(cherry picked from commit d904c238ca3551750cb97d15d827c3e525970867)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2018-06-28-13-00-12.bpo-27500._s1gZ5.rst [new file with mode: 0644]