gh-115020: Remove a debugging print in test_frame (GH-115021)

This commit is contained in:
Kirill Podoprigora 2024-02-05 13:20:34 +03:00 committed by GitHub
parent 39ec7fbba8
commit f71bdd3408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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())