Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update docs for traceback
  • Loading branch information
iritkatriel committed Nov 6, 2023
commit d23dfb643b80b816dd06ccd0be74a268d913a474
3 changes: 3 additions & 0 deletions Doc/library/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ The module defines the following functions:

.. versionadded:: 3.4

.. versionchanged:: 3.13
Suspended frames are no cleared.

.. function:: walk_stack(f)

Walk a stack following ``f.f_back`` from the given frame, yielding the frame
Expand Down
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ traceback
to format the nested exceptions of a :exc:`BaseExceptionGroup` instance, recursively.
(Contributed by Irit Katriel in :gh:`105292`.)

* :meth:`traceback.clear_frames` no longer clears suspended frames.
(Contributed by Irit Katriel in :gh:`111792`.)

typing
------

Expand Down