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/Python/ | ||
| D | ceval.c | 7950 int Py_EnterRecursiveCall(const char *where) function |