Searched refs:Py_EnterRecursiveCall (Results 1 – 20 of 20) sorted by relevance
120 if (Py_EnterRecursiveCall(" while calling a Python object")) { in _PyObject_FastCallDict()193 if (Py_EnterRecursiveCall(" while calling a Python object")) { in _PyObject_FastCallKeywords()242 if (Py_EnterRecursiveCall(" while calling a Python object")) in PyObject_Call()464 if (Py_EnterRecursiveCall(" while calling a Python object")) { in _PyMethodDef_RawFastCallDict()611 if (Py_EnterRecursiveCall(" while calling a Python object")) { in _PyMethodDef_RawFastCallKeywords()749 if (Py_EnterRecursiveCall(" while calling a Python object")) { in cfunction_call_varargs()764 if (Py_EnterRecursiveCall(" while calling a Python object")) { in cfunction_call_varargs()
508 if (Py_EnterRecursiveCall(" while getting the repr of an object")) in PyObject_Repr()562 if (Py_EnterRecursiveCall(" while getting the str of an object")) in PyObject_Str()743 if (Py_EnterRecursiveCall(" in comparison")) in PyObject_RichCompare()
2391 if (Py_EnterRecursiveCall(" in __instancecheck__")) in PyObject_IsInstance()2409 if (Py_EnterRecursiveCall(" in __instancecheck__")) { in PyObject_IsInstance()2465 if (Py_EnterRecursiveCall(" in __subclasscheck__")) in PyObject_IsSubclass()2483 if (Py_EnterRecursiveCall(" in __subclasscheck__")) { in PyObject_IsSubclass()
48 #define Py_EnterRecursiveCall(where) \ macro
92 #define Py_EnterRecursiveCall(where) \ macro
1520 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_str()1528 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_str()1612 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()1620 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()1997 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()2004 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()2035 if (Py_EnterRecursiveCall(" while encoding a JSON object")) { in encoder_listencode_obj()
1776 if (Py_EnterRecursiveCall(" while pickling an object") == 0) in save_list()2026 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()2034 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()2603 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
1089 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()1097 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()1491 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()1498 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()1529 if (Py_EnterRecursiveCall(" while encoding a JSON object")) { in encoder_listencode_obj()
2785 if (Py_EnterRecursiveCall(" while pickling an object")) in save_list()2794 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_list()3044 if (Py_EnterRecursiveCall(" while pickling an object")) in save_dict()3058 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_dict()3947 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
596 if (Py_EnterRecursiveCall(" in flatten")) { in FlattenHelper()764 if (Py_EnterRecursiveCall(" in assert_same_structure")) { in AssertSameStructureHelper()
383 if (Py_EnterRecursiveCall(" while getting the repr of an object")) in PyObject_Repr()433 if (Py_EnterRecursiveCall(" while getting the str of an object")) in _PyObject_Str()869 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_Compare()954 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_RichCompare()
2542 if (Py_EnterRecursiveCall(" while calling a Python object"))2950 if (Py_EnterRecursiveCall(" in __instancecheck__"))2970 if (Py_EnterRecursiveCall(" in __instancecheck__")) {3029 if (Py_EnterRecursiveCall(" in __subclasscheck__"))3048 if (Py_EnterRecursiveCall(" in __subclasscheck__")) {
1507 if (Py_EnterRecursiveCall(" after coercion")) in half_binop()2148 if (Py_EnterRecursiveCall(" in __call__")) { in instance_call()
491 .. c:function:: int Py_EnterRecursiveCall(const char *where)509 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each510 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
701 .. c:function:: int Py_EnterRecursiveCall(const char *where)719 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each720 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
2173 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
835 if (Py_EnterRecursiveCall("")) in _PyEval_EvalFrameDefault()
981 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()
2265 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
568 inifinite recursion. Py_ReprEnter() and Py_EnterRecursiveCall(),