Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dceval.h48 #define Py_EnterRecursiveCall(where) \ macro
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c7950 int Py_EnterRecursiveCall(const char *where) function