There was an error while loading. Please reload this page.
1 parent 54b964b commit a49567eCopy full SHA for a49567e
1 file changed
Lib/test/pythoninfo.py
@@ -463,7 +463,6 @@ def run_command(cmd, check=True, **kwargs):
463
stderr=subprocess.DEVNULL,
464
text=True,
465
**kwargs)
466
- # ignore stderr
467
with proc:
468
try:
469
stdout = proc.communicate(timeout=timeout)[0]
0 commit comments