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 acx01bc
Recipients acx01bc, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-24.11:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443093858.6.0.40238128376.issue25223@psf.upfronthosting.co.za>
In-reply-to
Content
On Vista32bits, the VC++2015 redist package does install msvcr140.dll but none of the api-ms-win-crt-***-l1-1-0.dll, thus (that's why I opened this discussion at first) it is impossible to make many of the Python releases working, at least on Vista 32bits.
There are many compiler options about the msvcr***.dll (platform V100,V110,V120,V140.., statically or dynamically linked to the C runtime, multi-threaded or not...) and obviously the settings used to build Python 3.4.3 work fine on Vista (platform V100), while the settings used to build Python 3.5.0 don't (platform V140).
History
Date User Action Args
2015-09-24 11:24:18acx01bcsetrecipients: + acx01bc, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-24 11:24:18acx01bcsetmessageid: <1443093858.6.0.40238128376.issue25223@psf.upfronthosting.co.za>
2015-09-24 11:24:18acx01bclinkissue25223 messages
2015-09-24 11:24:18acx01bccreate