]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104016: Fixed off by 1 error in f string tokenizer (#104047)
authorjx124 <64946984+jx124@users.noreply.github.com>
Mon, 1 May 2023 19:15:47 +0000 (03:15 +0800)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 19:15:47 +0000 (19:15 +0000)
commit5078eedc5b18f0d208af6e30f60b33419132d1b6
tree99d57cfef95a7e9fdefa3cfc39887d6c1f3b0658
parent2d526cd32fe8b286aae38956648e508070729f8f
gh-104016: Fixed off by 1 error in f string tokenizer (#104047)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Ken Jin <kenjin@python.org>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_fstring.py
Parser/tokenizer.c
Parser/tokenizer.h