Searched refs:Py_LeaveRecursiveCall (Results 1 – 25 of 25) sorted by relevance
1524 Py_LeaveRecursiveCall(); in scan_once_str()1532 Py_LeaveRecursiveCall(); in scan_once_str()1616 Py_LeaveRecursiveCall(); in scan_once_unicode()1624 Py_LeaveRecursiveCall(); in scan_once_unicode()2000 Py_LeaveRecursiveCall(); in encoder_listencode_obj()2007 Py_LeaveRecursiveCall(); in encoder_listencode_obj()2041 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1779 Py_LeaveRecursiveCall(); in save_list()2028 Py_LeaveRecursiveCall(); in save_dict()2036 Py_LeaveRecursiveCall(); in save_dict()2837 Py_LeaveRecursiveCall(); in save()
78 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
51 #define Py_LeaveRecursiveCall() \ macro
386 Py_LeaveRecursiveCall(); in PyObject_Repr()436 Py_LeaveRecursiveCall(); in _PyObject_Str()872 Py_LeaveRecursiveCall(); in PyObject_Compare()989 Py_LeaveRecursiveCall(); in PyObject_RichCompare()
2545 Py_LeaveRecursiveCall();2960 Py_LeaveRecursiveCall();2975 Py_LeaveRecursiveCall();3039 Py_LeaveRecursiveCall();3053 Py_LeaveRecursiveCall();
1513 Py_LeaveRecursiveCall(); in half_binop()2153 Py_LeaveRecursiveCall(); in instance_call()
688 Py_LeaveRecursiveCall(); in FlattenHelper()920 Py_LeaveRecursiveCall(); in AssertSameStructureHelper()
125 :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`129 the callee should use *Py_EnterRecursiveCall* and *Py_LeaveRecursiveCall*
806 .. c:function:: void Py_LeaveRecursiveCall(void)
76 EXPORT_FUNC(Py_LeaveRecursiveCall)
836 function,Py_LeaveRecursiveCall,3.9,,
897 …<elf-symbol name='Py_LeaveRecursiveCall' type='func-type' binding='global-binding' visibility='def…11187 …Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='7954' …
1205 Py_LeaveRecursiveCall() to the internal C API: they access PyThreadState
5463 Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
507 .. c:function:: void Py_LeaveRecursiveCall()
2131 [function.Py_LeaveRecursiveCall]
7955 #undef Py_LeaveRecursiveCall7957 void Py_LeaveRecursiveCall(void) function
3356 Py_LeaveRecursiveCall(); in PyEval_EvalFrameEx()
2270 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
1305 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`