mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
test_sys: remove debug print() (#108642)
This commit is contained in:
parent
b62a76043e
commit
83e191ba76
1 changed files with 0 additions and 1 deletions
|
@ -732,7 +732,6 @@ class SysModuleTest(unittest.TestCase):
|
||||||
s = '__init__'
|
s = '__init__'
|
||||||
t = sys.intern(s)
|
t = sys.intern(s)
|
||||||
|
|
||||||
print('------------------------')
|
|
||||||
interp = interpreters.create()
|
interp = interpreters.create()
|
||||||
interp.run(textwrap.dedent(f'''
|
interp.run(textwrap.dedent(f'''
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue