gh-103718: Correctly set f-string buffers in all cases (GH-103815)
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).
L
Lysandros Nikolaou committed
57f8f9a66d4d0b5e590f7746a58136b3b45b1336
Parent: 3df3b91
Committed by GitHub <noreply@github.com>
on 4/25/2023, 1:31:21 AM