Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h106 PyAPI_FUNC(void) _PyErr_Display(PyObject *file, PyObject *exception,
/external/python/cpython3/Python/
Dpythonrun.c1000 _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.c1399 _PyErr_Display(file, exc_type, exc_value, exc_traceback); in thread_excepthook_file()