Searched refs:PyErr_Display (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Include/ |
D | pythonrun.h | 14 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
|
/third_party/python/Python/ |
D | pythonrun.c | 850 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx() 852 PyErr_Display(exception, v, tb); in _PyErr_PrintEx() 861 PyErr_Display(exception, v, tb); in _PyErr_PrintEx() 1147 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display() function
|
D | pylifecycle.c | 2462 PyErr_Display(exception, v, tb); in _Py_FatalError_PrintExc()
|
D | sysmodule.c | 770 PyErr_Display(exctype, value, traceback); in sys_excepthook_impl()
|
/third_party/python/PC/ |
D | python3dll.c | 190 EXPORT_FUNC(PyErr_Display)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 126 function,PyErr_Display,3.2,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b1.rst | 345 :c:func:`PyErr_Display` will offer suggestions of similar variable names in 478 When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
|
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
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 356 When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer 370 Notice this won't work if :c:func:`PyErr_Display` is not called to display the error 377 When printing :exc:`NameError` raised by the interpreter, :c:func:`PyErr_Display` 392 Notice this won't work if :c:func:`PyErr_Display` is not called to display the error,
|
/third_party/python/Misc/ |
D | stable_abi.txt | 520 function PyErr_Display
|
D | HISTORY | 22630 - PyErr_Display will provide file and line information for all exceptions
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 3383 PyErr_Display((PyObject *) Py_TYPE(value), value, tb); in exception_print()
|