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 vstinner
Recipients brett.cannon, jcea, kidanger, loewis, poolie, python-dev, terry.reedy, vstinner
Date 2013-01-03.01:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357176836.0.0.827771195261.issue10951@psf.upfronthosting.co.za>
In-reply-to
Content
fix_2warnings.diff: I don't like statement like (void)err; to kill a compiler warning. I prefer GCC __attribute__((unused)) using a macro instead. About the change on unicode_fromascii, the code changed a lot since the patch was written. The patch is outdated and not really interesting. Please open a new issue with a new patch if there are remaining warnings.

I'm closing the issue because I agree with Martin von Loewis, it's better to open new issues for each warning (warning class?).
History
Date User Action Args
2013-01-03 01:33:56vstinnersetrecipients: + vstinner, loewis, brett.cannon, terry.reedy, jcea, python-dev, poolie, kidanger
2013-01-03 01:33:55vstinnersetmessageid: <1357176836.0.0.827771195261.issue10951@psf.upfronthosting.co.za>
2013-01-03 01:33:55vstinnerlinkissue10951 messages
2013-01-03 01:33:55vstinnercreate