OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Py_MakeRecCheck
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h
49
(
_Py_MakeRecCheck
(PyThreadState_GET()->recursion_depth) && \
56
# define
_Py_MakeRecCheck
(x) (++(x) > --_Py_CheckRecursionLimit)
58
# define
_Py_MakeRecCheck
(x) (++(x) > _Py_CheckRecursionLimit)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h
49
(
_Py_MakeRecCheck
(PyThreadState_GET()->recursion_depth) && \
56
# define
_Py_MakeRecCheck
(x) (++(x) > --_Py_CheckRecursionLimit)
58
# define
_Py_MakeRecCheck
(x) (++(x) > _Py_CheckRecursionLimit)
Completed in 42 milliseconds