test_sys: remove debug print() (#108642)

This commit is contained in:
Victor Stinner 2023-08-29 18:04:07 +02:00 committed by GitHub
parent b62a76043e
commit 83e191ba76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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