acx01bc added the comment:

With dependency walker I see that :
- in 3.4.3, Python34.exe and also Python.34.dll have been dynamically linked 
with msvcr100.dll (platform target : v100 in Visual C++ project properties), 
- while  in 3.5.0 (the one you download on python.org main page) Python35.exe 
and Python35.dll have been dynamically linked with msvcr140.dll and many other 
dlls (platform v140).

----------
Added file: http://bugs.python.org/file40558/python_dll_problem.jpg

_______________________________________
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