]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
authorThomas Grainger <tagrain@gmail.com>
Tue, 22 Feb 2022 20:35:57 +0000 (20:35 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 20:35:57 +0000 (22:35 +0200)
commit8fb94893e4a870ed3533e80c4bc2f1ebf1cfa9e7
tree3bcc48b3d52d351da7aee48f4a3b0460596b8a59
parent38b5acf8673ce42a401263a2528202e44d6ae60a
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>
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]