Searched refs:_PyInterpreterState_Enable (Results 1 – 5 of 5) sorted by relevance
121 PyAPI_FUNC(PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime);
81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
1527 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
171 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable() function
512 status = _PyInterpreterState_Enable(runtime); in pycore_init_runtime()