Home
last modified time | relevance | path

Searched refs:Py_EnterRecursiveCall (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Objects/
Dcall.c120 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()
Dobject.c508 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()
Dabstract.c2391 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()
/external/python/cpython2/Include/
Dceval.h48 #define Py_EnterRecursiveCall(where) \ macro
/external/python/cpython3/Include/
Dceval.h92 #define Py_EnterRecursiveCall(where) \ macro
/external/python/cpython2/Modules/
D_json.c1520 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()
DcPickle.c1776 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()
/external/python/cpython3/Modules/
D_json.c1089 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()
D_pickle.c2785 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()
/external/tensorflow/tensorflow/python/util/
Dutil.cc596 if (Py_EnterRecursiveCall(" in flatten")) { in FlattenHelper()
764 if (Py_EnterRecursiveCall(" in assert_same_structure")) { in AssertSameStructureHelper()
/external/python/cpython2/Objects/
Dobject.c383 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()
Dabstract.c2542 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__")) {
Dclassobject.c1507 if (Py_EnterRecursiveCall(" after coercion")) in half_binop()
2148 if (Py_EnterRecursiveCall(" in __call__")) { in instance_call()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst491 .. c:function:: int Py_EnterRecursiveCall(const char *where)
509 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each
510 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
/external/python/cpython3/Doc/c-api/
Dexceptions.rst701 .. c:function:: int Py_EnterRecursiveCall(const char *where)
719 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each
720 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2173 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
/external/python/cpython3/Python/
Dceval.c835 if (Py_EnterRecursiveCall("")) in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dceval.c981 if (Py_EnterRecursiveCall("")) in PyEval_EvalFrameEx()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2265 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst568 inifinite recursion. Py_ReprEnter() and Py_EnterRecursiveCall(),