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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-09-04.20:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504556235.05.0.440451459045.issue31340@psf.upfronthosting.co.za>
In-reply-to
Content
The newer MSVC (v141) is available and reliable, and theoretically binary compatible with v140. This means we can update both Python 3.6 and 3.7 to build with it.

Testing for this should include:
* pythoncore with v141 and remainder with v140
* Python with v141 and wheels with v140
History
Date User Action Args
2017-09-04 20:17:15steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2017-09-04 20:17:15steve.dowersetmessageid: <1504556235.05.0.440451459045.issue31340@psf.upfronthosting.co.za>
2017-09-04 20:17:14steve.dowerlinkissue31340 messages
2017-09-04 20:17:14steve.dowercreate