Searched refs:_PyErr_NormalizeException (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Python/ |
D | errors.c | 316 _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()
|
D | pythonrun.c | 792 _PyErr_NormalizeException(tstate, &exception, &v, &tb); in _PyErr_PrintEx() 836 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
|
D | pylifecycle.c | 2450 _PyErr_NormalizeException(tstate, &exception, &v, &tb); in _Py_FatalError_PrintExc()
|
D | ceval.c | 4487 _PyErr_NormalizeException(tstate, &exc, &val, &tb); in _PyEval_EvalFrameDefault() 5397 _PyErr_NormalizeException(tstate, &type, &value, &orig_traceback); in call_exc_trace()
|
/external/python/cpython3/Include/internal/ |
D | pycore_pyerrors.h | 73 PyAPI_FUNC(void) _PyErr_NormalizeException(
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1006 …<elf-symbol name='_PyErr_NormalizeException' type='func-type' binding='global-binding' visibility=… 12900 …<function-decl name='_PyErr_NormalizeException' mangled-name='_PyErr_NormalizeException' filepath=… 15095 …_PyErr_NormalizeException' mangled-name='_PyErr_NormalizeException' filepath='Python/errors.c' lin…
|