Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h83 extern void _PyErr_Display(PyObject *file, PyObject *exception,
/external/python/cpython3/Python/
Dpythonrun.c1090 _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/
D3.11.0a4.rst261 The code called from :c:func:`!_PyErr_Display` was refactored to improve
/external/python/cpython3/Modules/
D_threadmodule.c2222 _PyErr_Display(file, exc_type, exc_value, exc_traceback); in thread_excepthook_file()
/external/python/cpython3/Doc/data/
Dpython3.13.abi1956 …<function-decl name='_PyErr_Display' filepath='./Include/internal/pycore_pylifecycle.h' line='83' …