[issue24798] _msvccompiler.py doesn't properly support manifests

Christoph Gohlke report at bugs.python.org
Sat Aug 15 00:22:38 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24798>
_______________________________________


More information about the Python-bugs-list mailing list