Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h443 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Main(void);
/external/python/cpython3/Python/
Dpystate.c817 PyInterpreterState_Main(void) in PyInterpreterState_Main() function
Dpylifecycle.c1392 PyInterpreterState *main_interp = PyInterpreterState_Main(); in new_interpreter()