We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e570d0 commit d23dfb6Copy full SHA for d23dfb6
Doc/library/traceback.rst
@@ -202,6 +202,9 @@ The module defines the following functions:
202
203
.. versionadded:: 3.4
204
205
+ .. versionchanged:: 3.13
206
+ Suspended frames are no cleared.
207
+
208
.. function:: walk_stack(f)
209
210
Walk a stack following ``f.f_back`` from the given frame, yielding the frame
Doc/whatsnew/3.13.rst
@@ -277,6 +277,9 @@ traceback
277
to format the nested exceptions of a :exc:`BaseExceptionGroup` instance, recursively.
278
(Contributed by Irit Katriel in :gh:`105292`.)
279
280
+* :meth:`traceback.clear_frames` no longer clears suspended frames.
281
+ (Contributed by Irit Katriel in :gh:`111792`.)
282
283
typing
284
------
285
0 commit comments