Skip to content

Commit 12f40a4

Browse files
[3.11] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (GH-109085)
(cherry picked from commit e4bb002) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 297006b commit 12f40a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_sys_settrace.py

-1
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,6 @@ def error_once(frame, event, arg):
15881588
except Exception as ex:
15891589
count = 0
15901590
tb = ex.__traceback__
1591-
print(tb)
15921591
while tb:
15931592
if tb.tb_frame.f_code.co_name == "test_settrace_error":
15941593
count += 1

0 commit comments

Comments
 (0)