MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / PyErr_NormalizeException

Function PyErr_NormalizeException

Python/errors.c:144–243  ·  view source on GitHub ↗

Used in many places to normalize a raised exception, including in eval_code2(), do_raise(), and PyErr_Print() */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

var_performFunction · 0.85
_PyIO_trap_eintrFunction · 0.85
_ctypes_extend_errorFunction · 0.85
gen_throwFunction · 0.85
PyErr_SyntaxLocationFunction · 0.85
PyErr_PrintExFunction · 0.85
PyEval_EvalFrameExFunction · 0.85
do_raiseFunction · 0.85

Calls 5

PyObject_IsSubclassFunction · 0.85
PyTuple_NewFunction · 0.85
PyErr_FetchFunction · 0.85
Py_GetRecursionLimitFunction · 0.85
PyTuple_PackFunction · 0.50

Tested by

no test coverage detected