]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 5 Jan 2024 12:16:46 +0000 (12:16 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 12:16:46 +0000 (12:16 +0000)
commit3003fbbf00422bce6e327646063e97470afa9091
tree81f2422f39b657209411d619d4f7f4874e162ec8
parent0ae60b66dea5140382190463a676bafe706608f5
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709)
Lib/test/test_codeop.py
Misc/NEWS.d/next/Core and Builtins/2024-01-04-17-15-30.gh-issue-113703.Zsk0pY.rst [new file with mode: 0644]
Parser/lexer/lexer.c