Searched refs:PyInterpreterState_Clear (Results 1 – 7 of 7) sorted by relevance
25 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
347 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear() function446 PyInterpreterState_Clear(interp); // XXX must activate? in _PyInterpreterState_DeleteExceptMain()
300 EXPORT_FUNC(PyInterpreterState_Clear)
312 function,PyInterpreterState_Clear,3.2,
1062 PyInterpreterState_Clear:void:::1063 PyInterpreterState_Clear:PyInterpreterState*:interp::
1065 .. c:function:: void PyInterpreterState_Clear(PyInterpreterState *interp)1070 .. audit-event:: cpython.PyInterpreterState_Clear "" c.PyInterpreterState_Clear1077 :c:func:`PyInterpreterState_Clear`.
788 function PyInterpreterState_Clear