Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythonrun.h14 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/third_party/python/Python/
Dpythonrun.c850 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
Dpylifecycle.c2462 PyErr_Display(exception, v, tb); in _Py_FatalError_PrintExc()
Dsysmodule.c770 PyErr_Display(exctype, value, traceback); in sys_excepthook_impl()
/third_party/python/PC/
Dpython3dll.c190 EXPORT_FUNC(PyErr_Display)
/third_party/python/Doc/data/
Dstable_abi.dat126 function,PyErr_Display,3.2,
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst345 :c:func:`PyErr_Display` will offer suggestions of similar variable names in
478 When printing :exc:`AttributeError`, :c:func:`PyErr_Display` will offer
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
/third_party/python/Doc/whatsnew/
D3.10.rst356 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/
Dstable_abi.txt520 function PyErr_Display
DHISTORY22630 - PyErr_Display will provide file and line information for all exceptions
/third_party/python/Modules/
D_testcapimodule.c3383 PyErr_Display((PyObject *) Py_TYPE(value), value, tb); in exception_print()