Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Feb 18, 2024
1 parent 6bf677b commit a2442b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Parser/asdl_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -1338,9 +1338,6 @@ def visitModule(self, mod):
if (!add_ast_annotations(state)) {
return -1;
}
state->recursion_depth = 0;
state->recursion_limit = 0;
state->initialized = 1;
return 0;
}
'''))
Expand Down
3 changes: 0 additions & 3 deletions Python/Python-ast.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2442b6

Please sign in to comment.