Searched refs:_PyErr_Fetch (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Python/ |
D | errors.c | 366 _PyErr_Fetch(tstate, exc, val, tb); in _PyErr_NormalizeException() 401 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch() function 418 _PyErr_Fetch(tstate, p_type, p_value, p_traceback); in PyErr_Fetch() 501 _PyErr_Fetch(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions() 551 _PyErr_Fetch(tstate, &exc, &val, &tb); in _PyErr_ChainStackItem() 580 _PyErr_Fetch(tstate, &exc, &val, &tb); in _PyErr_FormatVFromCause() 591 _PyErr_Fetch(tstate, &exc, &val2, &tb); in _PyErr_FormatVFromCause() 1433 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in _PyErr_WriteUnraisableMsg() 1512 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in _PyErr_WriteUnraisableMsg() 1562 _PyErr_Fetch(tstate, &exc, &v, &tb); in PyErr_SyntaxLocationObject()
|
D | sysmodule.c | 189 _PyErr_Fetch(ts, &exc_type, &exc_value, &exc_tb); in sys_audit_tstate() 3253 _PyErr_Fetch(tstate, &error_type, &error_value, &error_traceback); in sys_write() 3296 _PyErr_Fetch(tstate, &error_type, &error_value, &error_traceback); in sys_format()
|
D | pythonrun.c | 708 _PyErr_Fetch(tstate, &exception, &v, &tb); in _PyErr_PrintEx() 756 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
|
D | import.c | 917 _PyErr_Fetch(tstate, &type, &value, &traceback); in remove_module() 1527 _PyErr_Fetch(tstate, &exception, &value, &base_tb); in remove_importlib_frames()
|
D | ceval.c | 685 _PyErr_Fetch(tstate, &exc, &val, &tb); in _Py_FinishPendingCalls() 3772 _PyErr_Fetch(tstate, &exc, &val, &tb); in _PyEval_EvalFrameDefault() 4616 _PyErr_Fetch(tstate, &type, &value, &orig_traceback); in call_exc_trace() 4647 _PyErr_Fetch(tstate, &type, &value, &traceback); in call_trace_protected() 5421 _PyErr_Fetch(tstate, &exc, &val, &tb); in format_kwargs_error()
|
D | pylifecycle.c | 2086 _PyErr_Fetch(tstate, &exception, &v, &tb); in _Py_FatalError_PrintExc()
|
D | initconfig.c | 2703 _PyErr_Fetch(tstate, &exc_type, &exc_value, &exc_tb); in _Py_DumpPathConfig()
|
/external/python/cpython3/Include/internal/ |
D | pycore_pyerrors.h | 32 PyAPI_FUNC(void) _PyErr_Fetch(
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 2062 _PyErr_Fetch(tstate, &exc, &value, &tb); in PyGC_Collect()
|