mirror of https://github.com/python/cpython
Regenerate the parser (#20195)
This commit is contained in:
parent
c102a14825
commit
ced4e5c227
|
@ -12072,6 +12072,9 @@ invalid_star_etc_rule(Parser *p)
|
|||
p->mark = _mark;
|
||||
}
|
||||
{ // '*' ',' TYPE_COMMENT
|
||||
if (p->error_indicator) {
|
||||
return NULL;
|
||||
}
|
||||
Token * _literal;
|
||||
Token * _literal_1;
|
||||
Token * type_comment_var;
|
||||
|
|
Loading…
Reference in New Issue