HomeSort by relevance Sort by last modified time
    Searched defs:Py_EnterRecursiveCall (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
ceval.h 48 #define Py_EnterRecursiveCall(where) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
ceval.h 48 #define Py_EnterRecursiveCall(where) \
  /external/python/cpython2/Include/
ceval.h 48 #define Py_EnterRecursiveCall(where) \
  /external/python/cpython3/Include/
ceval.h 92 #define Py_EnterRecursiveCall(where) \
108 on every 64th call to Py_EnterRecursiveCall.

Completed in 378 milliseconds