]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40939: Remove the old parser (Part 2) (GH-21005)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Sat, 20 Jun 2020 18:07:25 +0000 (21:07 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 18:07:25 +0000 (19:07 +0100)
commit314858e2763e76e77029ea0b691d749c32939087
tree697996061fc2d8b019306ddd02b4ea21fbdd2cb2
parent55460ee6dc9a4f16bd68d6b6be3a8398c7d4a596
bpo-40939: Remove the old parser (Part 2) (GH-21005)

Remove some remaining files and Makefile targets for the old parser
24 files changed:
.gitattributes
Include/ast.h
Include/bitset.h [deleted file]
Include/compile.h
Include/graminit.h [deleted file]
Include/grammar.h [deleted file]
Include/node.h [deleted file]
Include/parsetok.h [deleted file]
Lib/symbol.py [deleted file]
Lib/test/test_symbol.py [deleted file]
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2020-06-20-16-59-02.bpo-40939.6810Ak.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
PCbuild/regen.vcxproj
Parser/node.c [deleted file]
Python/ast.c
Python/future.c
Python/graminit.c [deleted file]
Python/peephole.c
Python/pythonrun.c
Tools/scripts/generate_symbol_py.py [deleted file]
configure
configure.ac