SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 101 Python

bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)

bpo-47151: Fallback to fork when vfork fails in subprocess. An OS kernel can specifically decide to disallow vfork() in a process. No need for that to prevent us from launching subprocesses.
G
Gregory P. Smith committed
4a08c4c469d36f99d3a5e0f17ad82ab35dcf2835
Parent: e7bb7c2
Committed by GitHub <noreply@github.com> on 3/31/2022, 8:42:28 PM