mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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
|
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| snippets.py | ||
| test_ast.py | ||
| utils.py | ||