Home
last modified time | relevance | path

Searched defs:Py_LeaveRecursiveCall (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h108 #define Py_LeaveRecursiveCall() _Py_LeaveRecursiveCall_inline() macro
/third_party/python/Python/
Dceval.c6499 void Py_LeaveRecursiveCall(void) in Py_LeaveRecursiveCall() function