Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpylifecycle.h64 PyAPI_FUNC(PyThreadState *) _Py_NewInterpreter(int isolated_subinterpreter);
/third_party/python/Python/
Dpylifecycle.c1974 _Py_NewInterpreter(int isolated_subinterpreter) in _Py_NewInterpreter() function
1988 return _Py_NewInterpreter(0); in Py_NewInterpreter()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c2022 PyThreadState *tstate = _Py_NewInterpreter(isolated); in interp_create()