Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h78 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h78 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h78 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h78 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h78 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h51 #define Py_LeaveRecursiveCall() \ macro
/aosp_15_r20/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()
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dutil.cc688 Py_LeaveRecursiveCall(); in FlattenHelper()
920 Py_LeaveRecursiveCall(); in AssertSameStructureHelper()
/aosp_15_r20/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.rst806 .. c:function:: void Py_LeaveRecursiveCall(void)
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c76 EXPORT_FUNC(Py_LeaveRecursiveCall)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat836 function,Py_LeaveRecursiveCall,3.9,,
Dpython3.11.abi897 …<elf-symbol name='Py_LeaveRecursiveCall' type='func-type' binding='global-binding' visibility='def…
11187Py_LeaveRecursiveCall' mangled-name='Py_LeaveRecursiveCall' filepath='Python/ceval.c' line='7954' …
/aosp_15_r20/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`
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dexceptions.rst507 .. c:function:: void Py_LeaveRecursiveCall()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2131 [function.Py_LeaveRecursiveCall]
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c7955 #undef Py_LeaveRecursiveCall
7957 void Py_LeaveRecursiveCall(void) function
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c3356 Py_LeaveRecursiveCall(); in PyEval_EvalFrameEx()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2270 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1305 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`