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 d4d3ac1 commit f2eb89dCopy full SHA for f2eb89d
Doc/c-api/exceptions.rst
@@ -1248,7 +1248,7 @@ Tracebacks
1248
.. c:function:: int PyTraceBack_Here(PyFrameObject *f)
1249
1250
Replace the :attr:`~BaseException.__traceback__` attribute on the current
1251
- exception with a new traceback pointing to *f*.
+ exception with a new traceback prepending *f* to the existing chain.
1252
1253
Calling this function without an exception set is undefined behavior.
1254
0 commit comments