mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08:00
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).