mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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__'
|
||||
t = sys.intern(s)
|
||||
|
||||
print('------------------------')
|
||||
interp = interpreters.create()
|
||||
interp.run(textwrap.dedent(f'''
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue