This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-09-27.14:32:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506522730.18.0.154975027568.issue31612@psf.upfronthosting.co.za>
In-reply-to
Content
To compile Python 2.7, you need VS 2008 *and* 2010.

To compile Python 3.5, 3.6 or master, you need VS 2015.

To compile Python 3.4, you need VS 2010.

I had to work on Python 2.7, 3.4, 3.5, 3.6 and master, so I installed VS 2008, 2010 and 2015 :-)

I didn't give a try to VS 2017 yet. I'm fine with 3 VS versions installed in parallel ;-)
History
Date User Action Args
2017-09-27 14:32:10vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2017-09-27 14:32:10vstinnersetmessageid: <1506522730.18.0.154975027568.issue31612@psf.upfronthosting.co.za>
2017-09-27 14:32:10vstinnerlinkissue31612 messages
2017-09-27 14:32:10vstinnercreate