mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
ad0a3f733b
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