Searched refs:_PyErr_Display (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_pylifecycle.h | 131 PyAPI_FUNC(void) _PyErr_Display(PyObject *file, PyObject *exception,
|
/third_party/python/Python/ |
D | pythonrun.c | 1109 _PyErr_Display(PyObject *file, PyObject *exception, PyObject *value, PyObject *tb) in _PyErr_Display() function 1159 _PyErr_Display(file, exception, value, tb); in PyErr_Display()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1454 _PyErr_Display(file, exc_type, exc_value, exc_traceback); in thread_excepthook_file()
|