Home
last modified time | relevance | path

Searched refs:PyErr_Display (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h72 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/external/python/cpython3/Include/
Dpythonrun.h130 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/external/python/cpython3/Python/
Dpythonrun.c700 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
702 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
710 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
907 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display() function
Dpylifecycle.c2052 PyErr_Display(exception, v, tb); in _Py_FatalError_PrintExc()
Dsysmodule.c332 PyErr_Display(exc, value, tb); in sys_excepthook()
/external/python/cpython2/Python/
Dpythonrun.c1211 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1213 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
1222 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
1230 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display() function
Dsysmodule.c138 PyErr_Display(exc, value, tb); in sys_excepthook()
/external/python/cpython3/Modules/
Datexitmodule.c101 PyErr_Display(exc_type, exc_value, exc_tb); in atexit_callfuncs()
D_testcapimodule.c2874 PyErr_Display((PyObject *) Py_TYPE(value), value, tb); in exception_print()
/external/python/cpython3/PC/
Dpython3.def121 PyErr_Display=python37.PyErr_Display
/external/python/cpython2/PC/os2emx/
Dpython27.def1073 "PyErr_Display"
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst108 Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable()
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst144 Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable()
D3.6.0a1.rst298 Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable()
/external/python/cpython2/Misc/
DHISTORY5246 - PyErr_Display will provide file and line information for all exceptions
/external/python/cpython3/Misc/
DHISTORY22630 - PyErr_Display will provide file and line information for all exceptions