]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)
authorGuido van Rossum <guido@python.org>
Fri, 13 Jan 2023 21:24:57 +0000 (13:24 -0800)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 21:24:57 +0000 (13:24 -0800)
commit1bc7a736837272b15ad3a7aa472977bc720d1033
tree28668baf5172dc5758dc1b95037eaeee2d03d736
parentc00eb1eae6af3ee5b7e314add4606da4521bb8c5
GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)
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]