]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127049: fix race condition in asyncio signalling an unrelated process with Threade...
authorKumar Aditya <kumaraditya@python.org>
Mon, 20 Jul 2026 06:27:32 +0000 (11:57 +0530)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 06:27:32 +0000 (11:57 +0530)
commit2875d1dc913d2d7810465da4bc3899305da5abc7
treec3a65a75407aec0958a7bd37cb94eb26c03e43f9
parentf389b03f9f2768342bfd49987a257460d4aa4faf
gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (#153810)
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]