Author: Matti Picus <[email protected]>
Branch: unicode-utf8-py3
Changeset: r95296:89183b3a84f3
Date: 2018-11-04 22:58 -0500
http://bitbucket.org/pypy/pypy/changeset/89183b3a84f3/
Log: merge unicode-utf8 into branch
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -85,6 +85,9 @@
stdout, stderr = popen.communicate()
if popen.wait() != 0:
return None
+ if stdout[:5].lower() == 'error':
+ log.msg('Running "%s" errored: %s' %(vcvars,
stdout.split()[0]))
+ return None
except:
return None
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit