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