Christoph Gohlke added the comment:

It seems the switch to '/MT' was consciously intended as Python 3.5 itself is 
now compiled with '/MT'. 
For now I have patched _msvccompiler.py to use '/MD' and continue to link 
libraries built with '/MD'.

----------

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

Reply via email to