Skip to content

Commit 02e51f8

Browse files
[3.12] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (#109084)
gh-103186: Remove debug print in test_sys_settrace (GH-109077) (cherry picked from commit e4bb002) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 26f42b3 commit 02e51f8

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
@@ -1632,7 +1632,6 @@ def error_once(frame, event, arg):
16321632
except Exception as ex:
16331633
count = 0
16341634
tb = ex.__traceback__
1635-
print(tb)
16361635
while tb:
16371636
if tb.tb_frame.f_code.co_name == "test_settrace_error":
16381637
count += 1

0 commit comments

Comments
 (0)