Message250279
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. |
|
Date |
User |
Action |
Args |
2015-09-09 04:11:09 | steve.dower | set | recipients:
+ steve.dower, paul.moore, larry, tim.golden, cgohlke, skrah, zach.ware, eryksun |
2015-09-09 04:11:08 | steve.dower | set | messageid: <1441771868.53.0.416696300927.issue25027@psf.upfronthosting.co.za> |
2015-09-09 04:11:08 | steve.dower | link | issue25027 messages |
2015-09-09 04:11:08 | steve.dower | create | |
|