summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_frame.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_frame.py b/Lib/test/test_frame.py
index 244ce8a..baed03d 100644
--- a/Lib/test/test_frame.py
+++ b/Lib/test/test_frame.py
@@ -72,7 +72,6 @@ class ClearTest(unittest.TestCase):
except ZeroDivisionError as exc:
support.gc_collect()
self.assertIsNotNone(wr())
- print(exc.__traceback__.tb_next.tb_frame.f_locals)
exc.__traceback__.tb_next.tb_frame.clear()
support.gc_collect()
self.assertIsNone(wr())