mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[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 e4bb0026b9
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
26f42b34f1
commit
02e51f86d8
1 changed files with 0 additions and 1 deletions
|
@ -1632,7 +1632,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue