We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4304d commit e0bec69Copy full SHA for e0bec69
Parser/string_parser.c
@@ -6,11 +6,6 @@
6
7
//// STRING HANDLING FUNCTIONS ////
8
9
-// These functions are ported directly from Python/ast.c with some modifications
10
-// to account for the use of "Parser *p", the fact that don't have parser nodes
11
-// to pass around and the usage of some specialized APIs present only in this
12
-// file (like "_PyPegen_raise_syntax_error").
13
-
14
static int
15
warn_invalid_escape_sequence(Parser *p, unsigned char first_invalid_escape_char, Token *t)
16
{
0 commit comments