[pypy-dev] A minor nit

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Dec 5 21:02:29 CET 2012


2012/12/5 Matti Picus <matti.picus at gmail.com>

> - the buildbot picked up the wrong compiler, it should not be using the
> visual stidio 10 compiler.


The windows build will pick the latest compiler available, picked in a list:
In pypy/translator/platform/windows.py:
    for vsver in (100, 90, 80, 71, 70): # All the versions I know

If vs2008 should be preferred vs2010, it's enough to swap the first two
entries.
And add a comment...

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20121205/652417fc/attachment.html>


More information about the pypy-dev mailing list