]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-86508: skip binding to local addresses of different family in `asyncio.open_connec...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 4 Jan 2023 08:00:26 +0000 (13:30 +0530)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 08:00:26 +0000 (13:30 +0530)
commitba8dcdbcab5fd9989be6c9a51002394e782c463c
tree5b83b3e4cba8cbb1d6232b49b66aaf41f6177476
parenta286caa937405f7415dcc095a7ad5097c4433246
GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (#100615)
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2022-12-30-07-49-08.gh-issue-86508.nGZDzC.rst [new file with mode: 0644]