Home
last modified time | relevance | path

Searched refs:_isolated_interpreter (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/cpython/
H A Dinitconfig.h216 int _isolated_interpreter; member
/third_party/python/Python/
H A Dinitconfig.c769 config->_isolated_interpreter = 0; in _PyConfig_InitCompatConfig()
1004 COPY_ATTR(_isolated_interpreter); in _PyConfig_Copy()
1110 SET_ITEM_INT(_isolated_interpreter); in _PyConfig_AsDict()
1397 GET_UINT(_isolated_interpreter); in _PyConfig_FromDict()
H A Dpylifecycle.c2006 interp->config._isolated_interpreter = isolated_subinterpreter; in new_interpreter()
/third_party/python/Modules/
H A D_posixsubprocess.c886 if (config->_isolated_interpreter) { in subprocess_fork_exec()
H A D_threadmodule.c1141 if (interp->config._isolated_interpreter) { in thread_PyThread_start_new_thread()
H A D_winapi.c1094 if (config->_isolated_interpreter) { in _winapi_CreateProcess_impl()
H A Dposixmodule.c6863 if (interp->config._isolated_interpreter) { in os_fork_impl()
/third_party/python/Programs/
H A D_testembed.c707 config._isolated_interpreter = 1; in test_init_from_config()

Completed in 32 milliseconds