]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Mar 2024 10:21:31 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 10:21:31 +0000 (12:21 +0200)
commitbd2c60f8c2a6664b353dbaee8ae0eddc55d1ffb8
treefebfe6de0a501ce3ab40254f15ffd9440ff82929
parent193a24bb80fb6a73a2f9ff52bdc14ea597aa1fe3
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117209)

(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