[New-bugs-announce] [issue28139] Misleading Indentation

Francisco Couzo report at bugs.python.org
Tue Sep 13 20:49:26 EDT 2016


New submission from Francisco Couzo:

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

----------
files: misleading_indentation.patch
keywords: patch
messages: 276367
nosy: franciscouzo
priority: normal
severity: normal
status: open
title: Misleading Indentation
versions: Python 2.7
Added file: http://bugs.python.org/file44645/misleading_indentation.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28139>
_______________________________________


More information about the New-bugs-announce mailing list