Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c11 #define GET_INTERP_STATE() \ macro
449 PyInterpreterState *state = GET_INTERP_STATE(); in PyState_FindModule()
477 state = GET_INTERP_STATE(); in _PyState_AddModule()
495 PyInterpreterState *state = GET_INTERP_STATE(); in PyState_AddModule()
522 state = GET_INTERP_STATE(); in PyState_RemoveModule()
543 PyInterpreterState *state = GET_INTERP_STATE(); in _PyState_ClearModules()
774 PyInterpreterState *interp = GET_INTERP_STATE(); in PyThreadState_SetAsyncExc()