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 martin.panter
Recipients Jeffrey.Walton, martin.panter, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-07-26.08:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469521895.58.0.760972010836.issue20948@psf.upfronthosting.co.za>
In-reply-to
Content
The Modules/main.c cases are not errors. They are just long strings defined as static constants, rather than literals passed in directly.

I think we can close this now. Unless people think this warning is worth using, in which case we should find a way to work around the false positives.
History
Date User Action Args
2016-07-26 08:31:35martin.pantersetrecipients: + martin.panter, pitrou, vstinner, python-dev, serhiy.storchaka, Jeffrey.Walton
2016-07-26 08:31:35martin.pantersetmessageid: <1469521895.58.0.760972010836.issue20948@psf.upfronthosting.co.za>
2016-07-26 08:31:35martin.panterlinkissue20948 messages
2016-07-26 08:31:35martin.pantercreate