Files
cpython/Python
Serhiy Storchaka ad0a3f733b gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
ast.parse() no longer emits syntax warnings for
return/break/continue in finally (see PEP-765) -- they are only
emitted during compilation.
2025-10-30 13:00:42 +02:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library