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 franciscouzo
Recipients franciscouzo
Date 2016-09-14.00:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473814166.19.0.411912100522.issue28139@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed the warnings that appear when compiling 2.7 with -Wmisleading-indentation (Included in -Wall since GCC 6).

Kinda related, though I don't think there would be too much interest in fixing it (all the tabs in Python's C source):
$ find . -name '*.c' -print0 | xargs -0 grep -R $'\t' | wc -l
10407
History
Date User Action Args
2016-09-14 00:49:26franciscouzosetrecipients: + franciscouzo
2016-09-14 00:49:26franciscouzosetmessageid: <1473814166.19.0.411912100522.issue28139@psf.upfronthosting.co.za>
2016-09-14 00:49:25franciscouzolinkissue28139 messages
2016-09-14 00:49:25franciscouzocreate