Home
last modified time | relevance | path

Searched refs:_isolated_interpreter (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h211 int _isolated_interpreter; member
/third_party/python/Python/
Dinitconfig.c727 config->_isolated_interpreter = 0; in _PyConfig_InitCompatConfig()
950 COPY_ATTR(_isolated_interpreter); in _PyConfig_Copy()
1051 SET_ITEM_INT(_isolated_interpreter); in _PyConfig_AsDict()
1333 GET_UINT(_isolated_interpreter); in _PyConfig_FromDict()
Dpylifecycle.c1940 interp->config._isolated_interpreter = isolated_subinterpreter; in new_interpreter()
/third_party/python/Modules/
D_posixsubprocess.c775 if (config->_isolated_interpreter) { in subprocess_fork_exec()
D_threadmodule.c1139 if (interp->config._isolated_interpreter) { in thread_PyThread_start_new_thread()
D_winapi.c1094 if (config->_isolated_interpreter) { in _winapi_CreateProcess_impl()
Dgcmodule.c1204 if (tstate->interp->config._isolated_interpreter) { in gc_collect_main()
Dposixmodule.c6723 if (interp->config._isolated_interpreter) { in os_fork_impl()
/third_party/python/Programs/
D_testembed.c626 config._isolated_interpreter = 1; in test_init_from_config()
/third_party/python/Doc/c-api/
Dinit_config.rst1460 * :c:member:`PyConfig._isolated_interpreter`: if non-zero,