]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-86508: skip binding to local addresses of different family in `asyncio.open_connec...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Jan 2023 08:24:36 +0000 (00:24 -0800)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 08:24:36 +0000 (00:24 -0800)
commit35a010f1f92e272561f4aaf5918215c4953bce91
tree943f40583f5777a39e2f65bbe0d1a807d34c7d06
parentff9ac5807172499d29757fc27dee4378164db3be
GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (GH-100615)

(cherry picked from commit ba8dcdbcab5fd9989be6c9a51002394e782c463c)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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]