Home
last modified time | relevance | path

Searched refs:_PyErr_NormalizeException (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Derrors.c316 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, in _PyErr_NormalizeException() function
426 _PyErr_NormalizeException(tstate, exc, val, tb); in PyErr_NormalizeException()
532 _PyErr_NormalizeException(tstate, &exc, &val, &tb); in _PyErr_ChainExceptions()
538 _PyErr_NormalizeException(tstate, &exc2, &val2, &tb2); in _PyErr_ChainExceptions()
587 _PyErr_NormalizeException(tstate, &exc2, &val2, &tb2); in _PyErr_ChainStackItem()
611 _PyErr_NormalizeException(tstate, &exc, &val, &tb); in _PyErr_FormatVFromCause()
622 _PyErr_NormalizeException(tstate, &exc, &val2, &tb); in _PyErr_FormatVFromCause()
1480 _PyErr_NormalizeException(tstate, &exc_type, &exc_value, &exc_tb); in _PyErr_WriteUnraisableMsg()
1591 _PyErr_NormalizeException(tstate, &exc, &v, &tb); in PyErr_SyntaxLocationObjectEx()
Dpythonrun.c792 _PyErr_NormalizeException(tstate, &exception, &v, &tb); in _PyErr_PrintEx()
836 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
Dpylifecycle.c2450 _PyErr_NormalizeException(tstate, &exception, &v, &tb); in _Py_FatalError_PrintExc()
Dceval.c4487 _PyErr_NormalizeException(tstate, &exc, &val, &tb); in _PyEval_EvalFrameDefault()
5397 _PyErr_NormalizeException(tstate, &type, &value, &orig_traceback); in call_exc_trace()
/third_party/python/Include/internal/
Dpycore_pyerrors.h73 PyAPI_FUNC(void) _PyErr_NormalizeException(