]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130618: Fix parser error when using lambdas inside f-strings (#130638)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 27 Feb 2025 15:51:17 +0000 (15:51 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 15:51:17 +0000 (15:51 +0000)
commite06bebb87e1b33f7251196e1ddb566f528c3fc98
treed7e98a5b569dcb92b708027099363de4d459ce95
parentb26286ca49d87ad8491e411f7b0283b0f15ad5be
gh-130618: Fix parser error when using lambdas inside f-strings (#130638)
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