You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface in _posixsubprocess._fork_exec changed in PRs python/cpython#91490 (add a way to disable VFORK) and python/cpython#23930 (add process_group support). We need to adapt these in the _posixsubprocess module.