Skip to content

bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe#11671

Merged
gpshead merged 2 commits into
python:masterfrom
izbyshev:vfork
Oct 24, 2020
Merged

bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe#11671
gpshead merged 2 commits into
python:masterfrom
izbyshev:vfork

Prevent vfork() when call_setsid is set.

f226d33
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs