Message276367
| 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:26 | franciscouzo | set | recipients: + franciscouzo |
| 2016-09-14 00:49:26 | franciscouzo | set | messageid: <1473814166.19.0.411912100522.issue28139@psf.upfronthosting.co.za> |
| 2016-09-14 00:49:25 | franciscouzo | link | issue28139 messages |
| 2016-09-14 00:49:25 | franciscouzo | create | |