]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 12 Sep 2023 15:52:25 +0000 (16:52 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 15:52:25 +0000 (15:52 +0000)
commit21f4e6d6cb53b2edbc22dbd5ab92702dcce5b795
tree859a07f6dd429b48fbe3d4e93725c6bc98997816
parent8208657f3d6398817f7dd6e5160ea037840e562f
[3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives (GH-109121). (#109155)

(cherry picked from commit 5bda2f637e1cfbca45a83aa6e22db25498064b27)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-09-08-01-50-41.gh-issue-109114.adqgtb.rst [new file with mode: 0644]
Parser/parser.c