Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ceval.h17 extern void _Py_FinishPendingCalls(PyThreadState *tstate);
/third_party/python/Python/
Dpylifecycle.c1719 _Py_FinishPendingCalls(tstate); in Py_FinalizeEx()
Dceval.c751 _Py_FinishPendingCalls(PyThreadState *tstate) in _Py_FinishPendingCalls() function