mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Allow the parser to avoid nested processing of invalid rules (GH-31252)
This commit is contained in:
parent
2cea8c29cf
commit
390459de6d
6 changed files with 1998 additions and 1997 deletions
|
@ -78,7 +78,6 @@ typedef struct {
|
|||
Token *known_err_token;
|
||||
int level;
|
||||
int call_invalid_rules;
|
||||
int in_raw_rule;
|
||||
} Parser;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue