Files
cpython/Parser
d82e469048 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
The AST "Suite" node is no longer used and it can be removed from the ASDL definition and related structures (compiler, visitors, ...).

Co-Authored-By: Victor Stinner <[email protected]>
Co-authored-by: Brett Cannon <[email protected]>
Co-authored-by: Pablo Galindo <[email protected]>
2020-03-04 16:16:46 +00:00
..