mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -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