]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (#140805)
authorKumar Aditya <kumaraditya@python.org>
Wed, 12 Nov 2025 05:17:38 +0000 (10:47 +0530)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 05:17:38 +0000 (10:47 +0530)
commitef474cfafbdf3aa383fb1334a7ab95cef9834ced
treeb610b8ef9968dc848b1ae24050896117a8068c93
parentfbebca289d811669fc1980e3a135325b8542a846
gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (#140805)
Lib/asyncio/base_subprocess.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2025-10-31-13-57-55.gh-issue-103847.VM7TnW.rst [new file with mode: 0644]