Author: Matti Picus <[email protected]>
Branch: py3.5
Changeset: r93815:0526dd47e0cb
Date: 2018-02-12 14:25 -0500
http://bitbucket.org/pypy/pypy/changeset/0526dd47e0cb/
Log: show no preference for compiler version used to compile host python
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,8 @@
return None
def Windows(cc=None, ver0=None):
- if ver0 is None:
- ver0 = _get_vcver0()
+ #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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit