Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_Enable (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pystate.h121 PyAPI_FUNC(PyStatus) _PyInterpreterState_Enable(_PyRuntimeState *runtime);
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
D3.8.0a1.rst1527 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
/external/python/cpython3/Python/
Dpystate.c171 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable() function
Dpylifecycle.c512 status = _PyInterpreterState_Enable(runtime); in pycore_init_runtime()