Searched refs:Py_EnterRecursiveCall (Results 1 – 23 of 23) sorted by relevance
78 if (Py_EnterRecursiveCall(" in Flatten")) { in FlattenHelper()
48 #define Py_EnterRecursiveCall(where) \ macro
79 #define Py_EnterRecursiveCall(where) \ macro
1523 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_str()1531 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_str()1615 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()1623 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()2042 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()2049 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()2080 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
1760 if (Py_EnterRecursiveCall(" while pickling an object") == 0) in save_list()2010 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()2018 if (Py_EnterRecursiveCall(" while pickling an object") == 0) { in save_dict()2587 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
1094 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()1102 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()1526 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()1533 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()1564 if (Py_EnterRecursiveCall(" while encoding a JSON object")) { in encoder_listencode_obj()
2603 if (Py_EnterRecursiveCall(" while pickling an object")) in save_list()2612 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_list()2865 if (Py_EnterRecursiveCall(" while pickling an object")) in save_dict()2879 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_dict()3776 if (Py_EnterRecursiveCall(" while pickling an object")) in save()
2243 if (Py_EnterRecursiveCall(" while calling a Python object")) in PyObject_Call()2290 if (Py_EnterRecursiveCall(" while calling a Python object")) { in _PyObject_FastCallDict()2986 if (Py_EnterRecursiveCall(" in __instancecheck__")) in PyObject_IsInstance()3004 if (Py_EnterRecursiveCall(" in __instancecheck__")) { in PyObject_IsInstance()3060 if (Py_EnterRecursiveCall(" in __subclasscheck__")) in PyObject_IsSubclass()3078 if (Py_EnterRecursiveCall(" in __subclasscheck__")) { in PyObject_IsSubclass()
536 if (Py_EnterRecursiveCall(" while getting the str of an object")) in PyObject_Str()717 if (Py_EnterRecursiveCall(" in comparison")) in PyObject_RichCompare()
303 if (Py_EnterRecursiveCall(" while getting the repr of a tuple")) in tuplerepr()
369 if (Py_EnterRecursiveCall(" while getting the repr of a list")) in list_repr()
2545 if (Py_EnterRecursiveCall(" while calling a Python object"))2953 if (Py_EnterRecursiveCall(" in __instancecheck__"))2973 if (Py_EnterRecursiveCall(" in __instancecheck__")) {3032 if (Py_EnterRecursiveCall(" in __subclasscheck__"))3051 if (Py_EnterRecursiveCall(" in __subclasscheck__")) {
428 if (Py_EnterRecursiveCall(" while getting the str of an object")) in _PyObject_Str()864 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_Compare()949 if (Py_EnterRecursiveCall(" in cmp")) in PyObject_RichCompare()
291 if (Py_EnterRecursiveCall(" while getting the repr of a tuple")) in tuplerepr()
1508 if (Py_EnterRecursiveCall(" after coercion")) in half_binop()2149 if (Py_EnterRecursiveCall(" in __call__")) { in instance_call()
386 if (Py_EnterRecursiveCall(" while getting the repr of a list")) in list_repr()
496 .. c:function:: int Py_EnterRecursiveCall(const char *where)514 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each515 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
692 .. c:function:: int Py_EnterRecursiveCall(const char *where)710 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each711 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
973 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()
2088 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
2181 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
1003 if (Py_EnterRecursiveCall("")) in _PyEval_EvalFrameDefault()
10628 Py_ReprEnter() and Py_EnterRecursiveCall(), respectively, fixed the