Skip to content

Commit

Permalink
pythongh-103186: Remove debug print in test_sys_settrace (pythonGH-10…
Browse files Browse the repository at this point in the history
…9077)

(cherry picked from commit e4bb002)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
serhiy-storchaka authored and miss-islington committed Sep 7, 2023
1 parent db55cfc commit 8af06aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_sys_settrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,6 @@ def error_once(frame, event, arg):
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
Expand Down

0 comments on commit 8af06aa

Please sign in to comment.