From 83e191ba7627cbcb06cebcc0a020b847f271ca59 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 29 Aug 2023 18:04:07 +0200 Subject: [PATCH] test_sys: remove debug print() (#108642) --- Lib/test/test_sys.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 9dce15ed152..f3608ce142f 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -732,7 +732,6 @@ def test_subinterp_intern_statically_allocated(self): s = '__init__' t = sys.intern(s) - print('------------------------') interp = interpreters.create() interp.run(textwrap.dedent(f''' import sys