]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Jan 2023 21:58:20 +0000 (13:58 -0800)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 21:58:20 +0000 (13:58 -0800)
commitd06315a6fa7a6b7c1d3fd1b8fb2bb894aba5751d
tree2f4e14c2815703df0ec22a7e658acd98121f874a
parent6492492ce7844bf1193ff748be8c09e301b12cee
[3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101019)

(cherry picked from commit 1bc7a736837272b15ad3a7aa472977bc720d1033)
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2023-01-12-01-18-13.gh-issue-100573.KDskqo.rst [new file with mode: 0644]