]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positi...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 8 Sep 2023 17:00:23 +0000 (18:00 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 17:00:23 +0000 (17:00 +0000)
commit5bda2f637e1cfbca45a83aa6e22db25498064b27
tree519a5adc00805065efc154ef7d65520880ca4769
parent87a7faf6b68c8076e640a9a1347a255f132d8382
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives (#109121)
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