]> 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:09:35 +0000 (13:09 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 21:09:35 +0000 (13:09 -0800)
commitd327517b54c148eba499c777b99760356102cbe0
tree75e78517ab0cca3412a4dabb15bf4382e24176c8
parenta7af34d407b344de7f138c002854a3e16ecb9db5
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]