Message303862
I have Visual Studio 2015 and Visual Studio 2017 Community editions with latest patches installed.
Building a minimal C extension on Python 3.6.3 with distutils now uses MSVC 14.11.25503. That is unexpected.
When building complex extensions that link to static libraries that were built with MSVC 14.0, linking fails, e.g. when building Pillow:
'jpeg.lib' was created with an older compiler than other objects; rebuild old objects and libraries
It looks like practically v141 is not binary compatible with v140. |
|
Date |
User |
Action |
Args |
2017-10-06 22:02:05 | cgohlke | set | recipients:
+ cgohlke, paul.moore, tim.golden, jkloth, methane, zach.ware, steve.dower |
2017-10-06 22:02:05 | cgohlke | set | messageid: <1507327325.13.0.213398074469.issue31340@psf.upfronthosting.co.za> |
2017-10-06 22:02:05 | cgohlke | link | issue31340 messages |
2017-10-06 22:02:04 | cgohlke | create | |
|