]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122026: Fix identification of mismatched parentheses inside f-strings (#122028)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 19 Jul 2024 17:08:08 +0000 (19:08 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 17:08:08 +0000 (19:08 +0200)
commit2009e25e26040dca32696e70f91f13665350e7fd
treefd8886785c6a8645c0f49b23963b77ad3118c565
parent186b4d8ea2fdc91bf18e8be695244ead1722af18
gh-122026: Fix identification of mismatched parentheses inside f-strings (#122028)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2024-07-19-15-28-05.gh-issue-122026.sta2Ca.rst [new file with mode: 0644]
Parser/lexer/lexer.c