]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Nov 2025 11:33:04 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 11:33:04 +0000 (17:03 +0530)
commit7e9400c3e6e1322904204e7411494e8bc7b44237
tree351701af3e8a6cc0c38b97083dfc45545352dbb2
parent42e0468209133690ba8ea59ebefd803f4fac23c5
[3.14] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (GH-140805) (#141446)

gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (GH-140805)
(cherry picked from commit ef474cfafbdf3aa383fb1334a7ab95cef9834ced)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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]