Skip to content

gh-127049: Fix asyncio.subprocess.Process race condition killing an unrelated process on Unix#127051

Draft
gschaffner wants to merge 2 commits into
python:mainfrom
gschaffner:fix-asyncio-kill-race
Draft

gh-127049: Fix asyncio.subprocess.Process race condition killing an unrelated process on Unix#127051
gschaffner wants to merge 2 commits into
python:mainfrom
gschaffner:fix-asyncio-kill-race

Fix child process watchers racing to free PIDs managed by Popen

65cce5c
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs