Fix PEP number in ast_opt.c for new finally check (#131928)

This commit is contained in:
sobolevn 2025-03-31 16:29:23 +03:00 committed by GitHub
parent 0147be09d5
commit 1e3ec335e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;