[issue13320] _remove_visual_c_ref in distutils.msvc9compiler causes DLL load fail with embedded Python and multiple CRT versions

Mark Hammond report at bugs.python.org
Wed Nov 2 22:05:17 CET 2011


Mark Hammond <skippy.hammond at gmail.com> added the comment:

I can't explain why this might be happening given the Python dll is still build against vc9 - I'm guessing this can't be reproduced without vs10 in the mix?

Re making the feature optional - distutils doesn't really lend itself to customizing the compiler best I can tell - the only answer I know of here is to provide your own compiler sub-class and override manifest_get_embed_info to return the manifest filename.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13320>
_______________________________________


More information about the Python-bugs-list mailing list