mirror of
https://github.com/python/cpython.git
synced 2026-07-29 13:16:59 -04:00
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]>