]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149388: Make asyncio `PipeHandle.close` idempotent (GH-149518) (#149605)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 May 2026 15:08:34 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Sat, 9 May 2026 15:08:34 +0000 (20:38 +0530)
commit212e996cba9224ae8ba7cb03d018774e818fef33
tree42c795e1893f4e5cefe01f13d1f10ed5c858b786
parentdc8c32e59d1ae4163b04b015f48dd54a6d6a11a2
[3.15] gh-149388: Make asyncio `PipeHandle.close` idempotent (GH-149518) (#149605)

gh-149388: Make asyncio `PipeHandle.close` idempotent (GH-149518)
(cherry picked from commit 7241f2739c4bbdf4519238689e5e4ea9268b411e)

Co-authored-by: Max Schmitt <max@schmitt.mx>
Lib/asyncio/windows_utils.py
Lib/test/test_asyncio/test_windows_utils.py
Misc/NEWS.d/next/Library/2026-05-07-21-58-17.gh-issue-149388.DDBPeA.rst [new file with mode: 0644]