Author: Matti Picus <matti.pi...@gmail.com>
Branch: py3.5-msvc14
Changeset: r93797:c16af036eb3c
Date: 2018-02-10 19:01 -0500
http://bitbucket.org/pypy/pypy/changeset/c16af036eb3c/

Log:    prefer msvc14

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
@@ -29,8 +29,9 @@
     return None
 
 def Windows(cc=None, ver0=None):
-    if ver0 is None:
-        ver0 = _get_vcver0()
+    # disallow getting currently used compiler
+    #if ver0 is None:
+    #    ver0 = _get_vcver0()
     return _get_compiler_type(cc, False, ver0=ver0)
 
 def Windows_x64(cc=None, ver0=None):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to