]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 23 Apr 2020 15:36:06 +0000 (18:36 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 15:36:06 +0000 (16:36 +0100)
commitebebb6429c224c713e1c63a0b05d4840f52c7415
tree49c20c8f9168cba4ed89accc6987ea3fded6c3f0
parent9e6a1312c1cd04ab37cddd8f3bb9baa7e9a38bc0
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)

The changes in this commit are all related to @vstinner's original review comments of the initial PEP 617 implementation PR.
Include/internal/pegen_interface.h [moved from Include/pegen_interface.h with 94% similarity]
Makefile.pre.in
Modules/_peg_parser.c
PCbuild/pythoncore.vcxproj
Parser/pegen/peg_api.c
Parser/pegen/pegen.c
Python/pythonrun.c