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 Matthias.Braun
Recipients Joe.Neeman, Matthias.Braun, erickt, georg.brandl, loewis, sacha, terry.reedy
Date 2013-03-05.00:20:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362442838.02.0.915018107163.issue3290@psf.upfronthosting.co.za>
In-reply-to
Content
I hacked up a proof-of-concept patch which filters out the most annoying flags (warnings, -Ox and -DNDEBUG flags).

(Though IMO the only really robust solution would be not having code but just declarations in the public headers, so --includes is enough. In my personal project I ended up to just use --includes and manually make sure that I don't use any of the code in the headers, but just the declarations).
History
Date User Action Args
2013-03-05 00:20:38Matthias.Braunsetrecipients: + Matthias.Braun, loewis, georg.brandl, terry.reedy, erickt, sacha, Joe.Neeman
2013-03-05 00:20:38Matthias.Braunsetmessageid: <1362442838.02.0.915018107163.issue3290@psf.upfronthosting.co.za>
2013-03-05 00:20:37Matthias.Braunlinkissue3290 messages
2013-03-05 00:20:37Matthias.Brauncreate