Searched refs:Py_EnterRecursiveCall (Results 1 – 25 of 26) sorted by relevance
12
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()
77 PyAPI_FUNC(int) Py_EnterRecursiveCall(const char *where);
48 #define Py_EnterRecursiveCall(where) \ macro
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()
683 if (Py_EnterRecursiveCall(" in flatten")) { in FlattenHelper()913 if (Py_EnterRecursiveCall(" in assert_same_structure")) { in AssertSameStructureHelper()
125 :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`129 the callee should use *Py_EnterRecursiveCall* and *Py_LeaveRecursiveCall*
787 .. c:function:: int Py_EnterRecursiveCall(const char *where)808 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each809 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
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`.
49 EXPORT_FUNC(Py_EnterRecursiveCall)
806 function,Py_EnterRecursiveCall,3.9,,
1204 Move the static inline function flavor of Py_EnterRecursiveCall() and
5463 Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
2129 [function.Py_EnterRecursiveCall]
7948 #undef Py_EnterRecursiveCall7950 int Py_EnterRecursiveCall(const char *where) function
981 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()
2265 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
1305 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
568 inifinite recursion. Py_ReprEnter() and Py_EnterRecursiveCall(),