Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h311 extern void _PyInterpreterState_Clear(PyThreadState *tstate);
/third_party/python/Python/
Dpystate.c359 _PyInterpreterState_Clear(PyThreadState *tstate) in _PyInterpreterState_Clear() function
Dpylifecycle.c1665 _PyInterpreterState_Clear(tstate); in finalize_interp_clear()