mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix PEP number in ast_opt.c
for new finally
check (#131928)
This commit is contained in:
parent
0147be09d5
commit
1e3ec335e0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ typedef struct {
|
|||
int ff_features;
|
||||
int syntax_check_only;
|
||||
|
||||
_Py_c_array_t cf_finally; /* context for PEP 678 check */
|
||||
_Py_c_array_t cf_finally; /* context for PEP 765 check */
|
||||
int cf_finally_used;
|
||||
} _PyASTOptimizeState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue