]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:58 +0000 (09:27 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 07:27:58 +0000 (12:57 +0530)
commit346c7afa7fef25289d4d9c892b555f6cb6894cef
treed69b5fa3ed00e5ed58ad9947ee8e2a950b564973
parent1df0ecd523b4c15cba26ed4df5ac22f2d209cfc7
[3.15] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810) (#154220)

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]