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 cgohlke, eryksun, larry, paul.moore, skrah, steve.dower, tim.golden, zach.ware
Date 2015-09-09.04:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441771868.53.0.416696300927.issue25027@psf.upfronthosting.co.za>
In-reply-to
Content
New patch. Mostly build and installer changes, but the distutils/_msvccompiler.py is also part of it.

I've run a full build and done basic testing with a full test run going now, but I don't have a clean machine handy to try it without the full CRT install, so that'll have to wait until tomorrow.

This *basically* reverts the build back to /MD for everything. The one exception is that distutils now knows which DLLs are shipped with Python and if a vcruntime is needed that isn't included, it will be put into the dist (or statically linked). So wheels created with 3.5.6 and MSVC 15.0 will still run against 3.5.0, even if the user has not installed the latest VCRedist.
History
Date User Action Args
2015-09-09 04:11:09steve.dowersetrecipients: + steve.dower, paul.moore, larry, tim.golden, cgohlke, skrah, zach.ware, eryksun
2015-09-09 04:11:08steve.dowersetmessageid: <1441771868.53.0.416696300927.issue25027@psf.upfronthosting.co.za>
2015-09-09 04:11:08steve.dowerlinkissue25027 messages
2015-09-09 04:11:08steve.dowercreate