Home
last modified time | relevance | path

Searched refs:_Py_EnterRecursiveCall (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Python/
DPython-ast.c5516 if (_Py_EnterRecursiveCall(" while traversing 'Module' node")) { in obj2ast_mod()
5553 if (_Py_EnterRecursiveCall(" while traversing 'Module' node")) { in obj2ast_mod()
5602 if (_Py_EnterRecursiveCall(" while traversing 'Interactive' node")) { in obj2ast_mod()
5638 if (_Py_EnterRecursiveCall(" while traversing 'Expression' node")) { in obj2ast_mod()
5681 if (_Py_EnterRecursiveCall(" while traversing 'FunctionType' node")) { in obj2ast_mod()
5705 if (_Py_EnterRecursiveCall(" while traversing 'FunctionType' node")) { in obj2ast_mod()
5750 if (_Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()
5767 if (_Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()
5784 if (_Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()
5801 if (_Py_EnterRecursiveCall(" while traversing 'stmt' node")) { in obj2ast_stmt()
[all …]
Dpythonrun.c1272 if (_Py_EnterRecursiveCall(" in print_chained") < 0) { in print_chained()
1449 if (_Py_EnterRecursiveCall(" in print_exception_group") != 0) { in print_exception_group()
Dceval.c7952 return _Py_EnterRecursiveCall(where);
/third_party/python/Include/internal/
Dpycore_ceval.h117 static inline int _Py_EnterRecursiveCall(const char *where) { in _Py_EnterRecursiveCall() function
/third_party/python/Modules/
D_json.c1063 if (_Py_EnterRecursiveCall(" while decoding a JSON object " in scan_once_unicode()
1071 if (_Py_EnterRecursiveCall(" while decoding a JSON array " in scan_once_unicode()
1434 if (_Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
1441 if (_Py_EnterRecursiveCall(" while encoding a JSON object")) in encoder_listencode_obj()
1472 if (_Py_EnterRecursiveCall(" while encoding a JSON object")) { in encoder_listencode_obj()
D_pickle.c3078 if (_Py_EnterRecursiveCall(" while pickling an object")) in save_list()
3087 if (_Py_EnterRecursiveCall(" while pickling an object")) { in save_list()
3353 if (_Py_EnterRecursiveCall(" while pickling an object")) in save_dict()
3365 if (_Py_EnterRecursiveCall(" while pickling an object")) { in save_dict()
4331 if (_Py_EnterRecursiveCall(" while pickling an object")) { in save()
/third_party/python/Objects/
Dexceptions.c1125 if (_Py_EnterRecursiveCall(" in exceptiongroup_split_recursive")) { in exceptiongroup_split_recursive()
1266 if (_Py_EnterRecursiveCall(" in collect_exception_group_leaf_ids")) { in collect_exception_group_leaf_ids()
Dabstract.c2549 if (_Py_EnterRecursiveCall(" in __issubclass__")) { in abstract_issubclass()
/third_party/python/Modules/_ctypes/
D_ctypes.c2277 if (_Py_EnterRecursiveCall("while processing _as_parameter_")) { in PyCSimpleType_from_param()