Skip to content

Commit f71bdd3

Browse files
authored
gh-115020: Remove a debugging print in test_frame (GH-115021)
1 parent 39ec7fb commit f71bdd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def inner():
7272
except ZeroDivisionError as exc:
7373
support.gc_collect()
7474
self.assertIsNotNone(wr())
75-
print(exc.__traceback__.tb_next.tb_frame.f_locals)
7675
exc.__traceback__.tb_next.tb_frame.clear()
7776
support.gc_collect()
7877
self.assertIsNone(wr())

0 commit comments

Comments
 (0)