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.
ast_opt.c
finally
1 parent 0147be0 commit 1e3ec33Copy full SHA for 1e3ec33
Python/ast_opt.c
@@ -21,7 +21,7 @@ typedef struct {
21
int ff_features;
22
int syntax_check_only;
23
24
- _Py_c_array_t cf_finally; /* context for PEP 678 check */
+ _Py_c_array_t cf_finally; /* context for PEP 765 check */
25
int cf_finally_used;
26
} _PyASTOptimizeState;
27
0 commit comments