There was an error while loading. Please reload this page.
1 parent ae1f4ed commit 78b008aCopy full SHA for 78b008a
1 file changed
Parser/pegen.c
@@ -937,6 +937,7 @@ reset_parser_state_for_error_pass(Parser *p)
937
p->last_stmt_location.end_col_offset = 0;
938
for (int i = 0; i < p->fill; i++) {
939
p->tokens[i]->memo = NULL;
940
+ p->tokens[i]->memo_mask = 0;
941
}
942
p->mark = 0;
943
p->call_invalid_rules = 1;
0 commit comments