]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 20 Jun 2023 12:38:46 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 12:38:46 +0000 (12:38 +0000)
commit6586cee27f32f0354fe4e77c7b8c6e399329b5e2
treedae5d2b29d0add36ba8807f563245fab45222b20
parent155577de1b6a7f4404b2bf90bcc1a588201550da
gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)
Lib/test/test_fstring.py
Parser/string_parser.c
Parser/tokenizer.c