Skip to content

Commit 5fa04e5

Browse files
authored
Revert
1 parent 20e6c91 commit 5fa04e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/reference/compound_stmts.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,9 @@ was translated to ::
294294

295295
This means the exception must be assigned to a different name to be able to
296296
refer to it after the :keyword:`!except` clause.
297-
Exceptions are cleared because their attached tracebacks form a reference cycle with the stack
298-
frame, keeping all locals in that frame alive until the next garbage collection occurs.
297+
Exceptions are cleared because with the
298+
traceback attached to them, they form a reference cycle with the stack frame,
299+
keeping all locals in that frame alive until the next garbage collection occurs.
299300

300301
.. index::
301302
pair: module; sys

0 commit comments

Comments
 (0)