Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f23472

Browse files
committed
Remove debugging output
1 parent bb62c18 commit 4f23472

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_cmd_line_script.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ def interactive_python(self, separate_stderr=False):
187187
# Drain stderr until prompt
188188
while True:
189189
data = stderr.read(4)
190-
if support.verbose:
191-
print("repl stderr[:4]:", repr(data), file=sys.__stdout__)
192-
sys.__stdout__.flush()
193190
if data == b">>> ":
194191
break
195192
stderr.readline()

0 commit comments

Comments
 (0)