mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-115020: Remove a debugging print in test_frame (GH-115021)
This commit is contained in:
parent
39ec7fbba8
commit
f71bdd3408
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ def inner():
|
|||
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…
Add table
Add a link
Reference in a new issue