mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove old comment in string_parser.c (GH-20906)
This commit is contained in:
parent
de4304dad8
commit
e0bec69854
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue