Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ceval.h17 extern void _Py_FinishPendingCalls(PyThreadState *tstate);
/external/python/cpython3/Python/
Dpylifecycle.c1361 _Py_FinishPendingCalls(tstate); in Py_FinalizeEx()
Dceval.c673 _Py_FinishPendingCalls(PyThreadState *tstate) in _Py_FinishPendingCalls() function