]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127049: fix race condition in asyncio signalling an unrelated process with...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2026 07:27:43 +0000 (09:27 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 07:27:43 +0000 (07:27 +0000)
commit93772a01a80424897ecd1b81ad07a4726817c30f
tree2861708e00ae8ef41dba47f39238c488c98154d3
parent67619cf28c4646afb793dbc3d731fb8760bb3f09
[3.14] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810) (#154221)

gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810)
(cherry picked from commit 2875d1dc913d2d7810465da4bc3899305da5abc7)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_subprocess.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2026-07-14-15-00-00.gh-issue-127049.pQw7Rk.rst [new file with mode: 0644]