Home
last modified time | relevance | path

Searched refs:_Py_EnterRecursiveCallTstate (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h112 static inline int _Py_EnterRecursiveCallTstate(PyThreadState *tstate, in _Py_EnterRecursiveCallTstate() function
119 return _Py_EnterRecursiveCallTstate(tstate, where); in _Py_EnterRecursiveCall()
/third_party/python/Objects/
Dcall.c212 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()
Dobject.c429 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()
Dabstract.c2636 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()
Dmethodobject.c406 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { in cfunction_enter_call()
Ddescrobject.c305 if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) { in method_enter_call()
/third_party/python/Python/
Dceval.c1677 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")) {