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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 612 /* the macro Py_EnterRecursiveCall() only calls _Py_CheckRecursiveCall()
615 to guarantee that _Py_CheckRecursiveCall() is regularly called.
618 _Py_CheckRecursiveCall(char *where)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 610 /* the macro Py_EnterRecursiveCall() only calls _Py_CheckRecursiveCall()
613 to guarantee that _Py_CheckRecursiveCall() is regularly called.
616 _Py_CheckRecursiveCall(char *where)
    [all...]
  /external/python/cpython2/Python/
ceval.c 612 /* the macro Py_EnterRecursiveCall() only calls _Py_CheckRecursiveCall()
615 to guarantee that _Py_CheckRecursiveCall() is regularly called.
618 _Py_CheckRecursiveCall(const char *where)
    [all...]
  /external/python/cpython3/Python/
ceval.c 627 /* the macro Py_EnterRecursiveCall() only calls _Py_CheckRecursiveCall()
630 to guarantee that _Py_CheckRecursiveCall() is regularly called.
633 _Py_CheckRecursiveCall(const char *where)
    [all...]

Completed in 418 milliseconds