acx01bc added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25223>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to