We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425378 commit a4b65f7Copy full SHA for a4b65f7
Python/ast_opt.c
@@ -21,9 +21,6 @@ typedef struct {
21
int ff_features;
22
int syntax_check_only;
23
24
- int recursion_depth; /* current recursion depth */
25
- int recursion_limit; /* recursion limit */
26
-
27
_Py_c_array_t cf_finally; /* context for PEP 678 check */
28
int cf_finally_used;
29
} _PyASTOptimizeState;
0 commit comments