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.
This commit is contained in:
Lysandros Nikolaou 2020-04-23 18:36:06 +03:00 committed by GitHub
parent 9e6a1312c1
commit ebebb6429c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 58 additions and 34 deletions

View file

@ -29,7 +29,7 @@
#include "ast.h" // PyAST_FromNodeObject()
#include "marshal.h" // PyMarshal_ReadLongFromFile()
#include <pegen_interface.h> // PyPegen_ASTFrom*
#include "pegen_interface.h" // PyPegen_ASTFrom*
#ifdef MS_WINDOWS
# include "malloc.h" // alloca()