We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b2a99 commit aecd258Copy full SHA for aecd258
1 file changed
Misc/NEWS.d/next/Library/2026-07-14-15-00-00.gh-issue-127049.pQw7Rk.rst
@@ -2,4 +2,4 @@ Fix a race condition in :mod:`asyncio` on Unix where
2
:meth:`asyncio.subprocess.Process.send_signal`, :meth:`~asyncio.subprocess.Process.terminate`
3
or :meth:`~asyncio.subprocess.Process.kill` could signal an unrelated process
4
that was recycled onto the PID of the already-reaped child when ThreadedChildWatcher is used.
5
-Patch by Kumar Aditya.
+Patch by Kumar Aditya.
0 commit comments