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 cgohlke, koen, loewis, mhammond, tarek, techtonik
Date 2011-02-27.03:36:25
SpamBayes Score 1.570168e-05
Marked as misclassified No
Message-id <1298777786.97.0.691020063502.issue7833@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking more about this, I think the approach of this patch is more complex than necessary.  I think a better patch would be one which *unconditionally* removes the manifest from extension modules.  For maximum flexibility though, we should probably allow a hook so setup.py can specify the name of (or contents of) a manifest file to use when linking with the default being None.
History
Date User Action Args
2011-02-27 03:36:27mhammondsetrecipients: + mhammond, loewis, techtonik, koen, tarek, cgohlke
2011-02-27 03:36:26mhammondsetmessageid: <1298777786.97.0.691020063502.issue7833@psf.upfronthosting.co.za>
2011-02-27 03:36:26mhammondlinkissue7833 messages
2011-02-27 03:36:26mhammondcreate