]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-103186: Remove debug print in test_sys_settrace (GH-109077)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 7 Sep 2023 13:30:41 +0000 (16:30 +0300)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 13:30:41 +0000 (16:30 +0300)
Lib/test/test_sys_settrace.py

index 53ec4eaea64b10c1d05c457d7a5eebf4432dff7d..2888f0b870672ddf4bc40c35f8d22ffeabc640ac 100644 (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