Message309399
Since this has not been reverted/changed for 3.6.4 or 3.7.0a3, another potential issue arises: C extensions that are compiled with Visual Studio 2017 are linked to a newer version of vcruntime140.dll (latest is 14.12.25810, VS2017 15.5) than the DLL shipped with the CPython 3.6.4/3.7.0a3 installer (14.0.24210, VS2015 Update 3). There is no standard way C extensions that are compiled with VS2017 can load the correct/newer vcruntime140.dll. That said, I have not noticed any problems yet while testing with Python 3.7.0a3. |
|
Date |
User |
Action |
Args |
2018-01-03 07:32:11 | cgohlke | set | recipients:
+ cgohlke, paul.moore, tim.golden, jkloth, ned.deily, methane, zach.ware, steve.dower |
2018-01-03 07:32:11 | cgohlke | set | messageid: <1514964731.37.0.467229070634.issue31340@psf.upfronthosting.co.za> |
2018-01-03 07:32:11 | cgohlke | link | issue31340 messages |
2018-01-03 07:32:10 | cgohlke | create | |
|