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

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]