tokenizer: Remove unused tabs options (#4422) · pythoncapi/cpython@f2ddc6a · GitHub
Skip to content

Commit f2ddc6a

Browse files
authored
tokenizer: Remove unused tabs options (python#4422)
Remove the following fields from tok_state structure which are now used unused: * altwarning: "Issue warning if alternate tabs don't match" * alterror: "Issue error if alternate tabs don't match" * alttabsize: "Alternate tab spacing" Replace alttabsize variable with ALTTABSIZE define.
1 parent fd0fa67 commit f2ddc6a

2 files changed

Lines changed: 11 additions & 34 deletions

File tree

Parser/tokenizer.c

Lines changed: 11 additions & 31 deletions

Parser/tokenizer.h

Lines changed: 0 additions & 3 deletions

0 commit comments

Comments
 (0)