]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154633)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jul 2026 16:50:18 +0000 (18:50 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 16:50:18 +0000 (16:50 +0000)
commit99f684403a4afce526fb2258f7c5170a267b5d1a
tree65eeb4a52aac68249cf1dfdce3b8cb4dde4add1f
parent71361f331b30a34eb99e9c54ed37f96004fa9ea5
[3.15] gh-103847: fix some asyncio subprocess cancellation bugs (GH-146571) (#154633)

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