Searched refs:Py_EnterRecursiveCall (Results 1 – 16 of 16) sorted by relevance
5373 if (Py_EnterRecursiveCall(" while traversing 'Module' node")) { in obj2ast_mod()5410 if (Py_EnterRecursiveCall(" while traversing 'Module' node")) { in obj2ast_mod()5459 if (Py_EnterRecursiveCall(" while traversing 'Interactive' node")) { in obj2ast_mod()5495 if (Py_EnterRecursiveCall(" while traversing 'Expression' node")) { in obj2ast_mod()5538 if (Py_EnterRecursiveCall(" while traversing 'FunctionType' node")) { in obj2ast_mod()5562 if (Py_EnterRecursiveCall(" while traversing 'FunctionType' node")) { in obj2ast_mod()5607 if (Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()5624 if (Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()5641 if (Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()5658 if (Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()[all …]
6490 #undef Py_EnterRecursiveCall6492 int Py_EnterRecursiveCall(const char *where) in Py_EnterRecursiveCall() function
67 PyAPI_FUNC(int) Py_EnterRecursiveCall(const char *where);
97 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where) macro
1061 if (Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()1069 if (Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()1432 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()1439 if (Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()1470 if (Py_EnterRecursiveCall(" while encoding a JSON object")) { in encoder_listencode_obj()
3071 if (Py_EnterRecursiveCall(" while pickling an object")) in save_list()3080 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_list()3330 if (Py_EnterRecursiveCall(" while pickling an object")) in save_dict()3344 if (Py_EnterRecursiveCall(" while pickling an object")) { in save_dict()4315 if (Py_EnterRecursiveCall(" while pickling an object")) { in save()
125 :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`129 the callee should use *Py_EnterRecursiveCall* and *Py_LeaveRecursiveCall*
766 .. c:function:: int Py_EnterRecursiveCall(const char *where)787 Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each788 *successful* invocation of :c:func:`Py_EnterRecursiveCall`.
784 function,Py_EnterRecursiveCall,3.9,
53 EXPORT_FUNC(Py_EnterRecursiveCall)
1204 Move the static inline function flavor of Py_EnterRecursiveCall() and
5463 Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`
2051 function Py_EnterRecursiveCall
2563 if (Py_EnterRecursiveCall(" in __issubclass__")) { in abstract_issubclass()
2301 if (Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()
1290 * Provide :c:func:`Py_EnterRecursiveCall` and :c:func:`Py_LeaveRecursiveCall`