]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove old comment in string_parser.c (GH-20906)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 16 Jun 2020 01:13:33 +0000 (02:13 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 01:13:33 +0000 (02:13 +0100)
Parser/string_parser.c

index 7d50e43f4e3421d6a77b19963bf9a145c12eaffb..f8e2427276cd3c593b67a22260cb2565ece497ff 100644 (file)
@@ -6,11 +6,6 @@
 
 //// STRING HANDLING FUNCTIONS ////
 
-// These functions are ported directly from Python/ast.c with some modifications
-// to account for the use of "Parser *p", the fact that don't have parser nodes
-// to pass around and the usage of some specialized APIs present only in this
-// file (like "_PyPegen_raise_syntax_error").
-
 static int
 warn_invalid_escape_sequence(Parser *p, unsigned char first_invalid_escape_char, Token *t)
 {