]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Sun, 21 Jun 2020 23:47:46 +0000 (02:47 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2020 23:47:46 +0000 (00:47 +0100)
commit564cd187677ae8d1488c4d8ae649aea34ebbde07
treec6b1daab60da4c943f1e130945f846bc4bf1479f
parent6989af0bc7ea1e9a1acea16794e6f723d7b44110
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)

Rename PyPegen* functions to PyParser*, so that we can remove the
old set of PyParser* functions that were using the old parser.
Include/Python.h
Include/parser_interface.h [moved from Include/internal/pegen_interface.h with 54% similarity]
Include/pythonrun.h
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2020-06-20-19-27-47.bpo-40939.jxJ4yn.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
Parser/peg_api.c
Python/pythonrun.c