https://github.com/python/cpython/commit/1e3ec335e01453639f5f475a5a8f917a1cc83b27 commit: 1e3ec335e01453639f5f475a5a8f917a1cc83b27 branch: main author: sobolevn <m...@sobolevn.me> committer: sobolevn <m...@sobolevn.me> date: 2025-03-31T16:29:23+03:00 summary:
Fix PEP number in `ast_opt.c` for new `finally` check (#131928) files: M Python/ast_opt.c diff --git a/Python/ast_opt.c b/Python/ast_opt.c index 99a2418da46e35..1b44fa25b9f150 100644 --- a/Python/ast_opt.c +++ b/Python/ast_opt.c @@ -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; _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com