There was an error while loading. Please reload this page.
1 parent 038da18 commit 34173f2Copy full SHA for 34173f2
1 file changed
Parser/pegen.c
@@ -931,6 +931,7 @@ reset_parser_state_for_error_pass(Parser *p)
931
p->last_stmt_location.end_col_offset = 0;
932
for (int i = 0; i < p->fill; i++) {
933
p->tokens[i]->memo = NULL;
934
+ p->tokens[i]->memo_mask = 0;
935
}
936
p->mark = 0;
937
p->call_invalid_rules = 1;
0 commit comments