mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
ast.parse() no longer emits syntax warnings for return/break/continue in finally (see PEP-765) -- they are only emitted during compilation. (cherry picked from commit ad0a3f733b23e7fc69aff13055c7fac8ab9dcd66) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miscellaneous source files for the main Python shared library