Searched refs:_PyErr_Fetch (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Python/ |
D | errors.c | 396 _PyErr_Fetch(tstate, exc, val, tb); in _PyErr_NormalizeException() 431 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch() function 448 _PyErr_Fetch(tstate, p_type, p_value, p_traceback); in PyErr_Fetch() 531 _PyErr_Fetch(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions() 581 _PyErr_Fetch(tstate, &exc, &val, &tb); in _PyErr_ChainStackItem() 610 _PyErr_Fetch(tstate, &exc, &val, &tb); in _PyErr_FormatVFromCause() 621 _PyErr_Fetch(tstate, &exc, &val2, &tb); in _PyErr_FormatVFromCause() 1461 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in _PyErr_WriteUnraisableMsg() 1540 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in _PyErr_WriteUnraisableMsg() 1590 _PyErr_Fetch(tstate, &exc, &v, &tb); in PyErr_SyntaxLocationObjectEx()
|
D | sysmodule.c | 74 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in sys_get_object_id() 105 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in PySys_GetObject() 211 _PyErr_Fetch(ts, &exc_type, &exc_value, &exc_tb); in sys_audit_tstate() 3276 _PyErr_Fetch(tstate, &error_type, &error_value, &error_traceback); in sys_write() 3319 _PyErr_Fetch(tstate, &error_type, &error_value, &error_traceback); in sys_format()
|
D | pythonrun.c | 787 _PyErr_Fetch(tstate, &exception, &v, &tb); in _PyErr_PrintEx() 835 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
|
D | import.c | 664 _PyErr_Fetch(tstate, &type, &value, &traceback); in remove_module() 1273 _PyErr_Fetch(tstate, &exception, &value, &base_tb); in remove_importlib_frames()
|
D | ceval.c | 764 _PyErr_Fetch(tstate, &exc, &val, &tb); in _Py_FinishPendingCalls() 4482 _PyErr_Fetch(tstate, &exc, &val, &tb); in _PyEval_EvalFrameDefault() 5392 _PyErr_Fetch(tstate, &type, &value, &orig_traceback); in call_exc_trace() 5424 _PyErr_Fetch(tstate, &type, &value, &traceback); in call_trace_protected() 6220 _PyErr_Fetch(tstate, &exc, &val, &tb); in format_kwargs_error()
|
D | pylifecycle.c | 2437 _PyErr_Fetch(tstate, &exception, &v, &tb); in _Py_FatalError_PrintExc()
|
D | initconfig.c | 2997 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in _Py_DumpPathConfig()
|
/third_party/python/Include/internal/ |
D | pycore_pyerrors.h | 32 PyAPI_FUNC(void) _PyErr_Fetch(
|
/third_party/python/Modules/ |
D | gcmodule.c | 2098 _PyErr_Fetch(tstate, &exc, &value, &tb); in PyGC_Collect()
|
/third_party/python/Objects/ |
D | dictobject.c | 1428 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in PyDict_GetItem()
|