Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c10 #define GET_INTERP_STATE() \ macro
271 PyInterpreterState *state = GET_INTERP_STATE(); in PyState_FindModule()
299 state = GET_INTERP_STATE(); in _PyState_AddModule()
317 PyInterpreterState *state = GET_INTERP_STATE(); in PyState_AddModule()
344 state = GET_INTERP_STATE(); in PyState_RemoveModule()
364 PyInterpreterState *state = GET_INTERP_STATE(); in _PyState_ClearModules()
584 PyInterpreterState *interp = GET_INTERP_STATE(); in PyThreadState_SetAsyncExc()