Searched refs:_Py_NewInterpreter (Results 1 – 3 of 3) sorted by relevance
64 PyAPI_FUNC(PyThreadState *) _Py_NewInterpreter(int isolated_subinterpreter);
1974 _Py_NewInterpreter(int isolated_subinterpreter) in _Py_NewInterpreter() function1988 return _Py_NewInterpreter(0); in Py_NewInterpreter()
2022 PyThreadState *tstate = _Py_NewInterpreter(isolated); in interp_create()