Searched refs:PyErr_Display (Results 1 – 19 of 19) sorted by relevance
/external/python/cffi/cffi/ |
D | _embedding.h | 216 PyErr_Display(exception, v, tb); in _cffi_initialize_python()
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 72 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1211 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
|
D | sysmodule.c | 138 PyErr_Display(exc, value, tb); in sys_excepthook()
|
/external/python/cpython3/Modules/ |
D | atexitmodule.c | 107 PyErr_Display(exc_type, exc_value, exc_tb); in atexit_callfuncs()
|
D | _testcapimodule.c | 3235 PyErr_Display((PyObject *) Py_TYPE(value), value, tb); in exception_print()
|
/external/python/cpython3/Include/ |
D | pythonrun.h | 149 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 771 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
|
D | pylifecycle.c | 2111 PyErr_Display(exception, v, tb); in _Py_FatalError_PrintExc()
|
D | sysmodule.c | 747 PyErr_Display(exctype, value, traceback); in sys_excepthook_impl()
|
/external/python/cpython3/PC/ |
D | python3.def | 120 PyErr_Display=python39.PyErr_Display
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1073 "PyErr_Display"
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.12rc1.rst | 108 Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.2rc1.rst | 144 Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable()
|
D | 3.6.0a1.rst | 298 Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable()
|
D | 3.9.0a1.rst | 752 Fix :func:`sys.excepthook` and :c:func:`PyErr_Display` if a filename is a
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 5807 PyErr_Display(t, v, tb); in _my_PyErr_WriteUnraisable()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5246 - PyErr_Display will provide file and line information for all exceptions
|
/external/python/cpython3/Misc/ |
D | HISTORY | 22630 - PyErr_Display will provide file and line information for all exceptions
|