Skip to content

Commit 83e191b

Browse files
authored
test_sys: remove debug print() (#108642)
1 parent b62a760 commit 83e191b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_sys.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,6 @@ def test_subinterp_intern_statically_allocated(self):
732732
s = '__init__'
733733
t = sys.intern(s)
734734

735-
print('------------------------')
736735
interp = interpreters.create()
737736
interp.run(textwrap.dedent(f'''
738737
import sys

0 commit comments

Comments
 (0)