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.
Miscellaneous source files for the main Python shared library