Home
last modified time | relevance | path

Searched refs:Py_RTFLAGS_FORK (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_interp.h391 #define Py_RTFLAGS_FORK (1UL << 15) macro
/external/python/cpython3/Python/
Dpylifecycle.c576 interp->feature_flags |= Py_RTFLAGS_FORK; in init_interp_settings()
/external/python/cpython3/Modules/
Dposixmodule.c8054 if (!_PyInterpreterState_HasFeature(interp, Py_RTFLAGS_FORK)) { in os_fork_impl()