Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpystate.h127 PyAPI_FUNC(_PyInitError) _PyInterpreterState_Enable(_PyRuntimeState *);
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
/external/python/cpython3/Python/
Dpystate.c98 _PyInterpreterState_Enable(_PyRuntimeState *runtime) in _PyInterpreterState_Enable() function
Dpylifecycle.c703 err = _PyInterpreterState_Enable(&_PyRuntime); in _Py_InitializeCore_impl()