mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-103186: Remove debug print in test_sys_settrace (GH-109077)
This commit is contained in:
parent
1294fcede0
commit
e4bb0026b9
1 changed files with 0 additions and 1 deletions
|
@ -1654,7 +1654,6 @@ class TraceTestCase(unittest.TestCase):
|
|||
except Exception as ex:
|
||||
count = 0
|
||||
tb = ex.__traceback__
|
||||
print(tb)
|
||||
while tb:
|
||||
if tb.tb_frame.f_code.co_name == "test_settrace_error":
|
||||
count += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue