Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h25 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
/external/python/cpython2/Include/
Dpystate.h107 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def218 PyInterpreterState_Clear
/external/python/cpython2/Python/
Dpystate.c99 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() function
Dpythonrun.c509 PyInterpreterState_Clear(interp); in Py_Finalize()
673 PyInterpreterState_Clear(interp); in Py_EndInterpreter()
/external/python/cpython3/Python/
Dpystate.c277 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() function
402 PyInterpreterState_Clear(interp); // XXX must activate? in _PyInterpreterState_DeleteExceptMain()
Dpylifecycle.c1294 PyInterpreterState_Clear(tstate->interp); in finalize_interp_clear()
/external/python/cpython3/PC/
Dpython3.def298 PyInterpreterState_Clear=python39.PyInterpreterState_Clear
/external/python/cpython2/PC/os2emx/
Dpython27.def1027 "PyInterpreterState_Clear"
/external/python/cpython2/Doc/data/
Drefcounts.dat563 PyInterpreterState_Clear:void:::
564 PyInterpreterState_Clear:PyInterpreterState*:interp::
/external/python/cpython3/Doc/c-api/
Dinit.rst1028 .. c:function:: void PyInterpreterState_Clear(PyInterpreterState *interp)
1033 .. audit-event:: cpython.PyInterpreterState_Clear "" c.PyInterpreterState_Clear
1040 :c:func:`PyInterpreterState_Clear`.
/external/python/cpython3/Doc/data/
Drefcounts.dat1062 PyInterpreterState_Clear:void:::
1063 PyInterpreterState_Clear:PyInterpreterState*:interp::
/external/python/cpython2/Doc/c-api/
Dinit.rst704 .. c:function:: void PyInterpreterState_Clear(PyInterpreterState *interp)
714 :c:func:`PyInterpreterState_Clear`.