]> granicus.if.org Git - python/commit
bpo-36623: Clean parser headers and include files (GH-12253)
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 13 Apr 2019 16:05:14 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2019 16:05:14 +0000 (17:05 +0100)
commitf2cf1e3e2892a6326949c2570f1bb6d6c95715fb
treebc8ec61893d284fe2e805191b2ba3c4a59a43879
parentf8716c88f13f035c126fc1db499ae0ea309c7ece
bpo-36623: Clean parser headers and include files (GH-12253)

After the removal of pgen, multiple header and function prototypes that lack implementation or are unused are still lying around.
19 files changed:
Doc/whatsnew/3.8.rst
Include/bitset.h
Include/grammar.h
Include/pgenheaders.h [deleted file]
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2019-04-13-02-08-44.bpo-36623.HR_xhB.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/acceler.c
Parser/grammar1.c
Parser/listnode.c
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Parser/pgen/grammar.py
Parser/tokenizer.c
Parser/tokenizer.h
Python/graminit.c
Python/strdup.c