Lines Matching refs:stderr
121 for name in ('stdin', 'stdout', 'stderr'):
390 stderr=subprocess.PIPE,
712 stderr=subprocess.STDOUT,
793 stderr=subprocess.PIPE,
796 output, stderr = proc.communicate()
816 stderr=subprocess.PIPE,
896 file=sys.stderr)
897 traceback.print_exc(file=sys.stderr)
898 print(file=sys.stderr)
899 sys.stderr.flush()
924 print("Collection failed: exit with error", file=sys.stderr)