Searched refs:_Py_EnterRecursiveCallTstate (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ceval.h | 112 static inline int _Py_EnterRecursiveCallTstate(PyThreadState *tstate, in _Py_EnterRecursiveCallTstate() function 119 return _Py_EnterRecursiveCallTstate(tstate, where); in _Py_EnterRecursiveCall()
|
/third_party/python/Objects/ |
H A D | call.c | 212 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object") == 0) in _PyObject_MakeTpCall() 339 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { in _PyObject_Call()
|
H A D | methodobject.c | 5 #include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate() 406 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { in cfunction_enter_call()
|
H A D | abstract.c | 6 #include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate() 2636 if (_Py_EnterRecursiveCallTstate(tstate, " in __instancecheck__")) { in object_recursive_isinstance() 2655 if (_Py_EnterRecursiveCallTstate(tstate, " in __instancecheck__")) { in object_recursive_isinstance() 2728 if (_Py_EnterRecursiveCallTstate(tstate, " in __subclasscheck__")) { in object_issubclass() 2747 if (_Py_EnterRecursiveCallTstate(tstate, " in __subclasscheck__")) { in object_issubclass()
|
H A D | object.c | 6 #include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate() 429 if (_Py_EnterRecursiveCallTstate(tstate, in PyObject_Repr() 489 if (_Py_EnterRecursiveCallTstate(tstate, " while getting the str of an object")) { in PyObject_Str() 726 if (_Py_EnterRecursiveCallTstate(tstate, " in comparison")) { in PyObject_RichCompare()
|
H A D | descrobject.c | 4 #include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate() 305 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { in method_enter_call()
|
/third_party/python/Python/ |
H A D | ceval.c | 830 /* The function _Py_EnterRecursiveCallTstate() only calls _Py_CheckRecursiveCall() 1677 if (_Py_EnterRecursiveCallTstate(tstate, "")) { 1717 if (_Py_EnterRecursiveCallTstate(tstate, "")) { 5021 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { 5223 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { 5295 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
|
Completed in 22 milliseconds