gh-103186: Remove debug print in test_sys_settrace (GH-109077)

This commit is contained in:
Serhiy Storchaka 2023-09-07 16:30:41 +03:00 committed by GitHub
parent 1294fcede0
commit e4bb0026b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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