]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:35:01 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 11:35:01 +0000 (17:05 +0530)
commite5b82c433c5ca6dbdcf6f857da71104f597b17d4
tree1ebf6d25cc11395738471c905d3f1a41b12d09e7
parent39de3f87c13614ad7e6ef52bc931bdf567babb2a
[3.13] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (GH-140805) (#141447)

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]