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 koen
Recipients cgohlke, koen, loewis, mhammond, tarek
Date 2010-04-27.12:49:44
SpamBayes Score 0.0015419485
Marked as misclassified No
Message-id <1272372587.01.0.812567853026.issue7833@psf.upfronthosting.co.za>
In-reply-to
Content
Concerning the patch: what happens when the developer already added /MANIFEST:NO to the flags, and the code deduces that MSVCR9 is the only runtime, e.g. the case where /MANIFEST:NO is in the flags twice? Does the linker handle this OK, or does there need to be an additional check as to not have it twice?
History
Date User Action Args
2010-04-27 12:49:47koensetrecipients: + koen, loewis, mhammond, tarek, cgohlke
2010-04-27 12:49:47koensetmessageid: <1272372587.01.0.812567853026.issue7833@psf.upfronthosting.co.za>
2010-04-27 12:49:45koenlinkissue7833 messages
2010-04-27 12:49:44koencreate