]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103847: fix some asyncio subprocess cancellation bugs (#146571)
authorKumar Aditya <kumaraditya@python.org>
Tue, 21 Jul 2026 18:15:59 +0000 (23:45 +0530)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 18:15:59 +0000 (18:15 +0000)
commitf429fb36a16134a2a0e839d0f385eb8fee280de4
treea022c29d5109a44a11b3c894608fec9463e57f8b
parentc76fb912070389e0fbad3bf4eab066cd5da931b9
gh-103847: fix some asyncio subprocess cancellation bugs (#146571)
Lib/asyncio/base_subprocess.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_subprocess.py