Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c5377 Py_LeaveRecursiveCall(); in obj2ast_mod()
5414 Py_LeaveRecursiveCall(); in obj2ast_mod()
5463 Py_LeaveRecursiveCall(); in obj2ast_mod()
5499 Py_LeaveRecursiveCall(); in obj2ast_mod()
5542 Py_LeaveRecursiveCall(); in obj2ast_mod()
5566 Py_LeaveRecursiveCall(); in obj2ast_mod()
5611 Py_LeaveRecursiveCall(); in obj2ast_stmt()
5628 Py_LeaveRecursiveCall(); in obj2ast_stmt()
5645 Py_LeaveRecursiveCall(); in obj2ast_stmt()
5662 Py_LeaveRecursiveCall(); in obj2ast_stmt()
[all …]
Dceval.c6497 #undef Py_LeaveRecursiveCall
6499 void Py_LeaveRecursiveCall(void) in Py_LeaveRecursiveCall() function
/third_party/python/Include/
Dceval.h68 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
/third_party/python/Include/internal/
Dpycore_ceval.h108 #define Py_LeaveRecursiveCall() _Py_LeaveRecursiveCall_inline() macro
/third_party/python/Modules/
D_json.c1065 Py_LeaveRecursiveCall(); in scan_once_unicode()
1073 Py_LeaveRecursiveCall(); in scan_once_unicode()
1435 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1442 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
1476 Py_LeaveRecursiveCall(); in encoder_listencode_obj()
D_pickle.c3074 Py_LeaveRecursiveCall(); in save_list()
3085 Py_LeaveRecursiveCall(); in save_list()
3333 Py_LeaveRecursiveCall(); in save_dict()
3349 Py_LeaveRecursiveCall(); in save_dict()
4476 Py_LeaveRecursiveCall(); in save()
/third_party/python/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.rst785 .. c:function:: void Py_LeaveRecursiveCall(void)
/third_party/python/PC/
Dpython3dll.c80 EXPORT_FUNC(Py_LeaveRecursiveCall)
/third_party/python/Doc/data/
Dstable_abi.dat814 function,Py_LeaveRecursiveCall,3.9,
/third_party/python/Objects/
Ddescrobject.c368 Py_LeaveRecursiveCall(); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
Dabstract.c2573 Py_LeaveRecursiveCall(); in abstract_issubclass()
/third_party/python/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`
/third_party/python/Misc/
Dstable_abi.txt2053 function Py_LeaveRecursiveCall
/third_party/python/Modules/_ctypes/
D_ctypes.c2306 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
/third_party/python/Doc/whatsnew/
D3.9.rst1290 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`