Home
last modified time | relevance | path

Searched refs:Py_LeaveRecursiveCall (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Objects/
Dcall.c127 Py_LeaveRecursiveCall(); in _PyObject_FastCallDict()
201 Py_LeaveRecursiveCall(); in _PyObject_FastCallKeywords()
247 Py_LeaveRecursiveCall(); in PyObject_Call()
567 Py_LeaveRecursiveCall(); in _PyMethodDef_RawFastCallDict()
715 Py_LeaveRecursiveCall(); in _PyMethodDef_RawFastCallKeywords()
755 Py_LeaveRecursiveCall(); in cfunction_call_varargs()
770 Py_LeaveRecursiveCall(); in cfunction_call_varargs()
Dobject.c511 Py_LeaveRecursiveCall(); in PyObject_Repr()
565 Py_LeaveRecursiveCall(); in PyObject_Str()
746 Py_LeaveRecursiveCall(); in PyObject_RichCompare()
Dabstract.c2401 Py_LeaveRecursiveCall(); in PyObject_IsInstance()
2414 Py_LeaveRecursiveCall(); in PyObject_IsInstance()
2475 Py_LeaveRecursiveCall(); in PyObject_IsSubclass()
2488 Py_LeaveRecursiveCall(); in PyObject_IsSubclass()
/external/python/cpython2/Include/
Dceval.h51 #define Py_LeaveRecursiveCall() \ macro
/external/python/cpython3/Include/
Dceval.h95 #define Py_LeaveRecursiveCall() \ macro
/external/python/cpython2/Modules/
D_json.c1524 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()
DcPickle.c1779 Py_LeaveRecursiveCall(); in save_list()
2028 Py_LeaveRecursiveCall(); in save_dict()
2036 Py_LeaveRecursiveCall(); in save_dict()
2837 Py_LeaveRecursiveCall(); in save()
/external/python/cpython3/Modules/
D_json.c1093 Py_LeaveRecursiveCall(); in scan_once_unicode()
1101 Py_LeaveRecursiveCall(); in scan_once_unicode()
1494 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1501 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1535 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
D_pickle.c2788 Py_LeaveRecursiveCall(); in save_list()
2799 Py_LeaveRecursiveCall(); in save_list()
3047 Py_LeaveRecursiveCall(); in save_dict()
3063 Py_LeaveRecursiveCall(); in save_dict()
4136 Py_LeaveRecursiveCall(); in save()
/external/tensorflow/tensorflow/python/util/
Dutil.cc601 Py_LeaveRecursiveCall(); in FlattenHelper()
770 Py_LeaveRecursiveCall(); in AssertSameStructureHelper()
/external/python/cpython2/Objects/
Dobject.c386 Py_LeaveRecursiveCall(); in PyObject_Repr()
436 Py_LeaveRecursiveCall(); in _PyObject_Str()
872 Py_LeaveRecursiveCall(); in PyObject_Compare()
989 Py_LeaveRecursiveCall(); in PyObject_RichCompare()
Dabstract.c2545 Py_LeaveRecursiveCall();
2960 Py_LeaveRecursiveCall();
2975 Py_LeaveRecursiveCall();
3039 Py_LeaveRecursiveCall();
3053 Py_LeaveRecursiveCall();
Dclassobject.c1513 Py_LeaveRecursiveCall(); in half_binop()
2153 Py_LeaveRecursiveCall(); in instance_call()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst507 .. c:function:: void Py_LeaveRecursiveCall()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst717 .. c:function:: void Py_LeaveRecursiveCall()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2178 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/external/python/cpython3/Python/
Dceval.c3496 Py_LeaveRecursiveCall(); in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dceval.c3356 Py_LeaveRecursiveCall(); in PyEval_EvalFrameEx()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2270 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()