This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mhammond
Recipients Inverness, alexis, eric.araujo, loewis, mhammond, tarek
Date 2011-11-02.21:05:14
SpamBayes Score 0.014682298
Marked as misclassified No
Message-id <1320267917.61.0.494842471695.issue13320@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-02 21:05:17mhammondsetrecipients: + mhammond, loewis, tarek, eric.araujo, alexis, Inverness
2011-11-02 21:05:17mhammondsetmessageid: <1320267917.61.0.494842471695.issue13320@psf.upfronthosting.co.za>
2011-11-02 21:05:14mhammondlinkissue13320 messages
2011-11-02 21:05:14mhammondcreate