]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 1 Mar 2025 18:10:03 +0000 (18:10 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 18:10:03 +0000 (18:10 +0000)
commit2d7145decb1acad4636a21b77ab3a9c4f48af36d
treee99155b57d6015f5c0922071d33f88381e00b3cf
parenta0ea87c0c3b500f27ee201955be48e2157a0a471
[3.13] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130642)

(cherry picked from commit e06bebb87e1b33f7251196e1ddb566f528c3fc98)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_grammar.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-27-15-07-06.gh-issue-130618.JTcsRB.rst [new file with mode: 0644]
Parser/lexer/lexer.c