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-153568: Don't materialize parser token text that is never read (#153576)
* gh-153568: Don't materialize parser token text that is never read
Only tokens whose text is actually consumed get a bytes object;
operators and structural tokens no longer allocate one.
* Update Parser/pegen.c
Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
* gh-153568: Preserve keyword token text
---------
Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
0 commit comments