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

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]