mirror of
https://github.com/python/cpython.git
synced 2024-12-13 03:45:42 +08:00
gh-115020: Remove a debugging print in test_frame (GH-115021)
This commit is contained in:
parent
39ec7fbba8
commit
f71bdd3408
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user