Skip to content

Commit

Permalink
test_sys: remove debug print()
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Aug 29, 2023
1 parent 7659128 commit a634ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ def test_subinterp_intern_statically_allocated(self):
s = '__init__'
t = sys.intern(s)

print('------------------------')
interp = interpreters.create()
interp.run(textwrap.dedent(f'''
import sys
Expand Down

0 comments on commit a634ffd

Please sign in to comment.