We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b2d59 commit 2c4f399Copy full SHA for 2c4f399
Doc/c-api/exceptions.rst
@@ -88,7 +88,8 @@ Printing and clearing
88
89
.. c:function: void PyErr_DisplayException(PyObject *exc)
90
91
- Print the standard traceback of ``exc`` to ``sys.stderr``.
+ Print the standard traceback display of ``exc`` to ``sys.stderr``, including
92
+ chained exceptions and notes.
93
94
.. versionadded:: 3.12
95
0 commit comments