]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Feb 2022 21:10:04 +0000 (13:10 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 21:10:04 +0000 (13:10 -0800)
commit29e8c43b32d6f1ec2e8b4fd8c4903d30830f280f
tree868bff8441064ffab682f2c7db18cb0fef860b53
parent2387aeacc78bfd9d314428b79590b2b47511bf33
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
(cherry picked from commit 8fb94893e4a870ed3533e80c4bc2f1ebf1cfa9e7)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2022-02-22-15-08-30.bpo-46827.hvj38S.rst [new file with mode: 0644]