Searched defs:Py_EnterRecursiveCall (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | ceval.h | 48 #define Py_EnterRecursiveCall(where) \ macro |
/external/python/cpython3/Include/ | ||
D | ceval.h | 79 #define Py_EnterRecursiveCall(where) \ macro |