]> 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:28:00 +0000 (00:28 -0800)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 08:28:00 +0000 (00:28 -0800)
commitad40764f5b1e0a11a8b4a30b7ce2dacc20fda12f
tree57c7de9759b88e5ef5a53c5681ecd7da2c466917
parentd8073ee6f318773c2600f1e486ccab2504a03cdd
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]