Skip to content

Commit bea29ea

Browse files
authored
Apply suggestion from @johnslavik
1 parent 6589e9f commit bea29ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ def test_lost_io_open(self):
529529
crasher = textwrap.dedent("""\
530530
import io
531531
import traceback
532+
# Trigger fallback mode
532533
traceback._print_exception_bltin = None
533534
del io.open
534535
raise RuntimeError("should not crash")

0 commit comments

Comments
 (0)