cpython/Parser
Miss Islington (bot) fea0d2fbaa
[3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-105939) (#105941)
(cherry picked from commit 6586cee27f)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2023-06-20 13:09:48 +00:00
..
action_helpers.c [3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (GH-105801) (#105806) 2023-06-15 00:36:40 +00:00
asdl.py bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) 2021-04-02 12:53:46 +09:00
asdl_c.py [3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105838) 2023-06-15 23:12:01 +00:00
myreadline.c [3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760) 2023-05-23 09:24:28 +00:00
parser.c [3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-105231) (#105234) 2023-06-02 14:53:27 +02:00
peg_api.c bpo-43244: Remove parser_interface.h header file (GH-25001) 2021-03-24 01:29:09 +01:00
pegen.c [3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030) (#105041) 2023-05-28 15:16:43 +01:00
pegen.h [3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-105231) (#105234) 2023-06-02 14:53:27 +02:00
pegen_errors.c gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
Python.asdl [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974) 2023-05-30 14:33:01 +00:00
string_parser.c [3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-105939) (#105941) 2023-06-20 13:09:48 +00:00
string_parser.h gh-102856: Initial implementation of PEP 701 (#102855) 2023-04-19 11:18:16 -05:00
token.c gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
tokenizer.c [3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-105939) (#105941) 2023-06-20 13:09:48 +00:00
tokenizer.h [3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728) (#105729) 2023-06-13 15:53:51 +00:00