Skip to content

Commit 1e3ec33

Browse files
authored
Fix PEP number in ast_opt.c for new finally check (python#131928)
1 parent 0147be0 commit 1e3ec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ast_opt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typedef struct {
2121
int ff_features;
2222
int syntax_check_only;
2323

24-
_Py_c_array_t cf_finally; /* context for PEP 678 check */
24+
_Py_c_array_t cf_finally; /* context for PEP 765 check */
2525
int cf_finally_used;
2626
} _PyASTOptimizeState;
2727

0 commit comments

Comments
 (0)