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 skrah
Recipients skrah, vstinner
Date 2012-02-22.14:31:56
SpamBayes Score 0.00010457069
Marked as misclassified No
Message-id <1329921117.09.0.152246728347.issue14085@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like in the FreeBSD (patched?) gcc version -Wtype-limits is part
of -Wall. I can reproduce the same warnings on Ubuntu with:

  ./configure --with-pydebug CFLAGS=-Wtype-limits


So I'm not so sure anymore if this is worth a patch at all. I could
also export CFLAGS=-Wno-type-limits on the bot.
History
Date User Action Args
2012-02-22 14:31:57skrahsetrecipients: + skrah, vstinner
2012-02-22 14:31:57skrahsetmessageid: <1329921117.09.0.152246728347.issue14085@psf.upfronthosting.co.za>
2012-02-22 14:31:56skrahlinkissue14085 messages
2012-02-22 14:31:56skrahcreate