]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011)...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Mar 2024 10:34:25 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 10:34:25 +0000 (10:34 +0000)
commit6261322e26f4c2bb8b94e9b03788ba11e43b3d40
tree1f55c0349231e84240a3f8755c7873dd9b1d4cdf
parenta3a0ce1b2ffb4f24be1587892aa89027382ea574
[3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210)

(cherry picked from commit f11d0d8be8af28e1368c3c7c116218cf65ddf93e)

Co-authored-by: Erik Soma <stillusingirc@gmail.com>
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Misc/NEWS.d/next/Windows/2024-02-24-23-03-43.gh-issue-91227.sL4zWC.rst [new file with mode: 0644]
Modules/overlapped.c