Author: Matti Picus <[email protected]>
Branch: py3.5
Changeset: r93999:226287429316
Date: 2018-03-19 12:22 +0100
http://bitbucket.org/pypy/pypy/changeset/226287429316/
Log: try to debug buildslave failure to find cl.exe
diff --git a/lib-python/3/distutils/msvc9compiler.py
b/lib-python/3/distutils/msvc9compiler.py
--- a/lib-python/3/distutils/msvc9compiler.py
+++ b/lib-python/3/distutils/msvc9compiler.py
@@ -295,6 +295,7 @@
if len(result) != len(interesting):
raise ValueError(str(list(result.keys())))
+ log.debug('Got', result)
return result
# More globals
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit