Issue 28185: Tabs in C source code

Issue28185

Created on 2016-09-17 01:39 by franciscouzo, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tabs_c.patch franciscouzo, 2016-09-17 01:38 review
tabs_h.patch franciscouzo, 2016-09-17 02:01 review
Messages (2)
msg276762 - (view) Author: Francisco Couzo (franciscouzo) * Date: 2016-09-17 01:38
Files I didn't change: Python/dup2.c, Python/strdup.c (Since they are external dependencies)
msg307878 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2017-12-09 03:11
Similar changes were made in Issue 32150 and PR 3892 (tabs) and Mercurial revision 98d1788c905c (trailing space and indentation). All the other tabs in these patches appear to have been removed with other work: #29524, #31891, #30747, #31373, PR 4275, #25658, #27867, #30406, #31370, #30070, #29585, #31338, PR 1723, #30279.
History
Date User Action Args
2022-04-11 14:58:37adminsetgithub: 72372
2017-12-09 03:11:24martin.pantersetstatus: open -> closed
superseder: Expand tabs to spaces in C files
messages: + msg307878

resolution: out of date
stage: resolved

2016-09-18 10:00:33mark.dickinsonsetnosy: - mark.dickinson
2016-09-17 04:23:53serhiy.storchakasetnosy: + serhiy.storchaka
dependencies: + Misleading Indentation in C source code
2016-09-17 02:27:32vstinnersetnosy: + vstinner
2016-09-17 02:01:48franciscouzosetfiles: + tabs_h.patch
2016-09-17 02:00:19franciscouzosetfiles: - tabs_h.patch
2016-09-17 01:46:57franciscouzosetfiles: + tabs_h.patch
versions: + Python 3.7
2016-09-17 01:39:01franciscouzocreate