Skip to content

Commit a2442b6

Browse files
committed
fix merge
1 parent 6bf677b commit a2442b6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Parser/asdl_c.py

-3
Original file line numberDiff line numberDiff line change
@@ -1338,9 +1338,6 @@ def visitModule(self, mod):
13381338
if (!add_ast_annotations(state)) {
13391339
return -1;
13401340
}
1341-
state->recursion_depth = 0;
1342-
state->recursion_limit = 0;
1343-
state->initialized = 1;
13441341
return 0;
13451342
}
13461343
'''))

Python/Python-ast.c

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)