]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:07 +0000 (18:10 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 18:10:07 +0000 (18:10 +0000)
commit0860d9c72fdf72f8dc7acde832a4e61532f2caf7
treed215c12adeb696550fbab027c5520598ace52714
parent99e18abe6f3b3a0fcb6b19381e2e77c8afaf007e
[3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130644)

(cherry picked from commit e06bebb87e1b33f7251196e1ddb566f528c3fc98)
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/tokenizer.c