mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
f2ddc6ac93
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.