]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Mar 2022 22:16:30 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 22:16:30 +0000 (15:16 -0700)
commitf84fb55659079bbc99d4cd0441dc13ab07ac3dcf
tree4c3b5b1fe628c2c144862f3944a4de70b35725ac
parentdae09c2b819c2683ad870733451c050b59c3eb93
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
(cherry picked from commit 5c30388f3c586ba2f33e349e22e5949cb92de621)

Co-authored-by: Vincent Bernat <vincent@bernat.ch>
Lib/asyncio/selector_events.py
Misc/NEWS.d/next/Library/2022-03-28-13-35-50.bpo-27929.j5mAmV.rst [new file with mode: 0644]