Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h68 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/external/python/cpython2/Include/
Dceval.h51 #define Py_LeaveRecursiveCall() \ macro
/external/python/cpython3/Include/internal/
Dpycore_ceval.h118 #define Py_LeaveRecursiveCall() _Py_LeaveRecursiveCall_inline() 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.c1062 Py_LeaveRecursiveCall(); in scan_once_unicode()
1070 Py_LeaveRecursiveCall(); in scan_once_unicode()
1432 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1439 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1473 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
D_pickle.c3078 Py_LeaveRecursiveCall(); in save_list()
3089 Py_LeaveRecursiveCall(); in save_list()
3337 Py_LeaveRecursiveCall(); in save_dict()
3353 Py_LeaveRecursiveCall(); in save_dict()
4480 Py_LeaveRecursiveCall(); in save()
/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/tensorflow/tensorflow/python/util/
Dutil.cc675 Py_LeaveRecursiveCall(); in FlattenHelper()
899 Py_LeaveRecursiveCall(); in AssertSameStructureHelper()
/external/python/cpython3/Doc/c-api/
Dcall.rst125 :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
129 the callee should use *Py_EnterRecursiveCall* and *Py_LeaveRecursiveCall*
Dexceptions.rst741 .. c:function:: void Py_LeaveRecursiveCall(void)
/external/python/cpython3/PC/
Dpython3.def755 Py_LeaveRecursiveCall=python39.Py_LeaveRecursiveCall
/external/python/cpython3/Objects/
Ddescrobject.c370 Py_LeaveRecursiveCall(); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1205 Py_LeaveRecursiveCall() to the internal C API: they access PyThreadState
D3.9.0a1.rst5463 Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
/external/python/cpython2/Doc/c-api/
Dexceptions.rst507 .. c:function:: void Py_LeaveRecursiveCall()
/external/python/cpython3/Python/
Dceval.c5689 #undef Py_LeaveRecursiveCall
5691 void Py_LeaveRecursiveCall(void) in Py_LeaveRecursiveCall() function
/external/python/cpython2/Python/
Dceval.c3356 Py_LeaveRecursiveCall(); in PyEval_EvalFrameEx()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2309 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2270 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1267 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`