From: Victor Stinner Date: Tue, 29 Aug 2023 16:04:07 +0000 (+0200) Subject: test_sys: remove debug print() (#108642) X-Git-Tag: v3.13.0a1~707 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83e191ba7627cbcb06cebcc0a020b847f271ca59;p=thirdparty%2FPython%2Fcpython.git test_sys: remove debug print() (#108642) --- diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 9dce15ed1529..f3608ce142fb 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -732,7 +732,6 @@ class SysModuleTest(unittest.TestCase): s = '__init__' t = sys.intern(s) - print('------------------------') interp = interpreters.create() interp.run(textwrap.dedent(f''' import sys