]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-105939...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Jun 2023 13:09:48 +0000 (06:09 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 13:09:48 +0000 (13:09 +0000)
commitfea0d2fbaae69d95549891678339a67549a57e38
tree35bc7014c6559fcd8cf9f5a9067b823bc6a3e568
parentcc18a8b78ac85159dad8f2f3ee93799f5df6fa82
[3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-105939) (#105941)

(cherry picked from commit 6586cee27f32f0354fe4e77c7b8c6e399329b5e2)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_fstring.py
Parser/string_parser.c
Parser/tokenizer.c