mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
57f8f9a66d
Turns out we always need to remember/restore fstring buffers in all of the stack of tokenizer modes, cause they might change to `TOK_REGULAR_MODE` and have newlines inside the braces (which is when we need to reallocate the buffer and restore the fstring ones).