]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154632)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jul 2026 16:25:46 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 16:25:46 +0000 (21:55 +0530)
commita71a282c69bee0794d33c7c145cdc0e28b18886a
tree92e8d50987c22f1f4d443b5d14d8e4e3ff3c9153
parentffa3ba98d922765f8e3990f327662f1d4254e6bd
[3.14] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154632)

gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571)
(cherry picked from commit f429fb36a16134a2a0e839d0f385eb8fee280de4)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_subprocess.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_subprocess.py