Searched refs:Py_LeaveRecursiveCall (Results 1 – 17 of 17) sorted by relevance
5377 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 …]
6497 #undef Py_LeaveRecursiveCall6499 void Py_LeaveRecursiveCall(void) in Py_LeaveRecursiveCall() function
68 PyAPI_FUNC(void) Py_LeaveRecursiveCall(void);
108 #define Py_LeaveRecursiveCall() _Py_LeaveRecursiveCall_inline() macro
1065 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()
3074 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()
125 :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`129 the callee should use *Py_EnterRecursiveCall* and *Py_LeaveRecursiveCall*
785 .. c:function:: void Py_LeaveRecursiveCall(void)
80 EXPORT_FUNC(Py_LeaveRecursiveCall)
814 function,Py_LeaveRecursiveCall,3.9,
368 Py_LeaveRecursiveCall(); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
2573 Py_LeaveRecursiveCall(); in abstract_issubclass()
1205 Py_LeaveRecursiveCall() to the internal C API: they access PyThreadState
5463 Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
2053 function Py_LeaveRecursiveCall
2306 Py_LeaveRecursiveCall(); in PyCSimpleType_from_param()
1290 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`