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 loewis
Recipients georg.brandl, loewis, sacha
Date 2008-07-06.06:43:31
SpamBayes Score 0.09638542
Marked as misclassified No
Message-id <1215326612.77.0.210059793704.issue3290@psf.upfronthosting.co.za>
In-reply-to
Content
Some flags for the compiler are really needed to compile the Python
headers correctly, e.g. -fno-strict-aliasing in 2.6.

So I think an explicit list of options reported would have to be
maintained, either as a blacklist (e.g. -O<n>, -Wall), or as a white list.
History
Date User Action Args
2008-07-06 06:43:32loewissetspambayes_score: 0.0963854 -> 0.09638542
recipients: + loewis, georg.brandl, sacha
2008-07-06 06:43:32loewissetspambayes_score: 0.0963854 -> 0.0963854
messageid: <1215326612.77.0.210059793704.issue3290@psf.upfronthosting.co.za>
2008-07-06 06:43:32loewislinkissue3290 messages
2008-07-06 06:43:32loewiscreate