Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h25 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
/third_party/python/Python/
Dpystate.c347 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() function
446 PyInterpreterState_Clear(interp); // XXX must activate? in _PyInterpreterState_DeleteExceptMain()
/third_party/python/PC/
Dpython3dll.c300 EXPORT_FUNC(PyInterpreterState_Clear)
/third_party/python/Doc/data/
Dstable_abi.dat312 function,PyInterpreterState_Clear,3.2,
Drefcounts.dat1062 PyInterpreterState_Clear:void:::
1063 PyInterpreterState_Clear:PyInterpreterState*:interp::
/third_party/python/Doc/c-api/
Dinit.rst1065 .. c:function:: void PyInterpreterState_Clear(PyInterpreterState *interp)
1070 .. audit-event:: cpython.PyInterpreterState_Clear "" c.PyInterpreterState_Clear
1077 :c:func:`PyInterpreterState_Clear`.
/third_party/python/Misc/
Dstable_abi.txt788 function PyInterpreterState_Clear