Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
D_embedding.h216 PyErr_Display(exception, v, tb); in _cffi_initialize_python()
/external/python/cpython2/Include/
Dpythonrun.h72 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/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.c107 PyErr_Display(exc_type, exc_value, exc_tb); in atexit_callfuncs()
D_testcapimodule.c3235 PyErr_Display((PyObject *) Py_TYPE(value), value, tb); in exception_print()
/external/python/cpython3/Include/
Dpythonrun.h149 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/external/python/cpython3/Python/
Dpythonrun.c771 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx()
773 PyErr_Display(exception, v, tb); in _PyErr_PrintEx()
782 PyErr_Display(exception, v, tb); in _PyErr_PrintEx()
1038 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display() function
Dpylifecycle.c2111 PyErr_Display(exception, v, tb); in _Py_FatalError_PrintExc()
Dsysmodule.c747 PyErr_Display(exctype, value, traceback); in sys_excepthook_impl()
/external/python/cpython3/PC/
Dpython3.def120 PyErr_Display=python39.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()
D3.9.0a1.rst752 Fix :func:`sys.excepthook` and :c:func:`PyErr_Display` if a filename is a
/external/python/cffi/c/
D_cffi_backend.c5807 PyErr_Display(t, v, tb); in _my_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