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 poolie
Recipients brett.cannon, jcea, poolie, terry.reedy, vstinner
Date 2011-08-22.06:16:33
SpamBayes Score 1.2742616e-07
Marked as misclassified No
Message-id <1313993794.26.0.284914547398.issue10951@psf.upfronthosting.co.za>
In-reply-to
Content
My patch above fixes all the messages so that you get a clean build with the current makefile.

-Wuninitialized and 'offset outside constant string' would be worth fixing but I can't reproduce them in Python.

I'm personally not so keen on fixing all the signed/unsigned comparisons unless they're checked by the default build, because in my experience that has a pretty low payoff and some chance of introducing errors.
History
Date User Action Args
2011-08-22 06:16:34pooliesetrecipients: + poolie, brett.cannon, terry.reedy, jcea, vstinner
2011-08-22 06:16:34pooliesetmessageid: <1313993794.26.0.284914547398.issue10951@psf.upfronthosting.co.za>
2011-08-22 06:16:33poolielinkissue10951 messages
2011-08-22 06:16:33pooliecreate