]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:35:17 +0000 (19:35 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:35:17 +0000 (18:35 +0100)
commitde84d0905033636c70bfd79b741cc26abce6a422
tree8cdcd25f3454857e6ed4ec1491daf80abbfcb7db
parentcec4ddf23e5020df726164fa7b5cb335fcaa1a06
[3.14] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (GH-139657) (#139701)

gh-139516: Fix lambda colon start format spec in f-string in tokenizer (GH-139657)
(cherry picked from commit 539461d9ec8e5322ead638f7be733fd196aa6c79)

Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
Lib/test/test_fstring.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-13-15-26.gh-issue-139516.d9Pkur.rst [new file with mode: 0644]
Parser/lexer/lexer.c
Parser/lexer/state.h