Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dceval.h51 #define Py_LeaveRecursiveCall() \ macro
/external/python/cpython3/Include/internal/
Dpycore_ceval.h108 #define Py_LeaveRecursiveCall() _Py_LeaveRecursiveCall_inline() macro
/external/python/cpython3/Python/
Dceval.c6502 void Py_LeaveRecursiveCall(void) in Py_LeaveRecursiveCall() function