Searched refs:_PyErr_Display (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_pylifecycle.h | 83 extern void _PyErr_Display(PyObject *file, PyObject *exception,
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1090 _PyErr_Display(PyObject *file, PyObject *unused, PyObject *value, PyObject *tb) in _PyErr_Display() function 1179 _PyErr_Display(file, NULL, value, tb); in PyErr_Display() 1185 _PyErr_Display(file, NULL, exc, NULL); in _PyErr_DisplayException()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.11.0a4.rst | 261 The code called from :c:func:`!_PyErr_Display` was refactored to improve
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 2222 _PyErr_Display(file, exc_type, exc_value, exc_traceback); in thread_excepthook_file()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 1956 …<function-decl name='_PyErr_Display' filepath='./Include/internal/pycore_pylifecycle.h' line='83' …
|