You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-153569: consolidate tokenizer state around source spans
Keep active formatted-string frames with expression and comment spans,
and carry raw-string context with emitted and cached parser tokens.
Let the reader own input-specific state and distinguish retained source
from streaming windows. Derive locations and failures from existing
scanner state, and keep buffer relocation inside the reader.
0 commit comments