]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Wed, 4 Mar 2020 16:16:47 +0000 (19:16 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 16:16:46 +0000 (16:16 +0000)
commitd82e469048e0e034d8c0020cd33b733be1adf68b
tree169c91ab5f25d4f8e0b9ceb8a4c9800428cf82b7
parent702e09fd0ad72b248b5adfa0fcfdb58600be77f6
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 <vstinner@python.org>
Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/whatsnew/3.9.rst
Include/Python-ast.h
Lib/test/test_asdl_parser.py
Misc/NEWS.d/next/Core and Builtins/2020-02-15-15-29-34.bpo-39639.3mqJjm.rst [new file with mode: 0644]
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/ast_opt.c
Python/compile.c
Python/symtable.c