summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-04-23 15:36:06 (GMT)
committerGitHub <noreply@github.com>2020-04-23 15:36:06 (GMT)
commitebebb6429c224c713e1c63a0b05d4840f52c7415 (patch)
tree49c20c8f9168cba4ed89accc6987ea3fded6c3f0 /Python/pythonrun.c
parent9e6a1312c1cd04ab37cddd8f3bb9baa7e9a38bc0 (diff)
downloadcpython-ebebb6429c224c713e1c63a0b05d4840f52c7415.zip
cpython-ebebb6429c224c713e1c63a0b05d4840f52c7415.tar.gz
cpython-ebebb6429c224c713e1c63a0b05d4840f52c7415.tar.bz2
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.
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index e3fd3b2..3a2fe96 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -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()
mmit/?h=v3.13.0&id=ad6ef6c1d5ba1434215bf9e891c87f71514446e9'>Merge branch 'FindBoost-1.69' into release-3.13Brad King2018-11-132-5/+5 |\ \ | * | FindBoost: Additional fixes for 1.69Roger Leigh2018-11-132-5/+5 | |/ * | Merge branch 'FindBoost-compiler-guess-update' into release-3.13Brad King2018-11-091-7/+26 |\ \ | * | FindBoost: Improve compiler prefix detection for GCC 5+ and clang 4+Mateusz Łoskot2018-11-091-7/+26 * | | Merge branch 'asm-compiler-id-clang' into release-3.13Brad King2018-11-091-0/+8 |\ \ \ | |/ / |/| | | * | ASM: Detect compiler id for Clang used as AssemblerBrad King2018-11-091-0/+8 | |/ * | Merge branch 'FindBoost-link-threads' into release-3.13Brad King2018-11-091-0/+3 |\ \ | |/ |/| | * FindBoost: Add system thread library to Boost_LIBRARIESFelix Geyer2018-11-091-0/+3 |/ * CMake 3.13.0-rc3v3.13.0-rc3Brad King2018-11-071-1/+1 * Merge branch 'FindOpenMP-log-errors' into release-3.13Brad King2018-11-071-3/+10 |\ | * FindOpenMP: Log error outputIvan Pozdeev2018-11-071-1/+8 | * FindOpenMP: Fix warnings with -Wstrict-prototypesIvan Pozdeev2018-11-071-2/+2 * | Merge branch 'cpack-doc-gen-names' into release-3.13Brad King2018-11-0616-59/+59 |\ \ | * | Help: Use correct CPack generator namesCraig Scott2018-11-0616-59/+59 * | | Merge branch 'backport-FindBoost-explicit-arch-tag' into release-3.13Brad King2018-11-062-19/+33 |\ \ \ | * | | FindBoost: Add explicit Boost_ARCHITECTURE optionBrad King2018-11-052-19/+33 * | | | Merge branch 'rename-cpack-ext-generator' into release-3.13Brad King2018-11-0623-97/+99 |\ \ \ \ | | |/ / | |/| | | * | | CPack: Rename Ext generator to ExternalCraig Scott2018-11-0523-97/+99 | | |/ | |/| * | | Merge branch 'blaslapack95' into release-3.13Brad King2018-11-052-3/+3 |\ \ \ | * | | FindLAPACK: Correct library name and symbol searched in LAPACK95 wrapperJakub Benda2018-11-051-2/+2 | * | | FindBLAS: Correct symbol searched in BLAS95 wrapperJakub Benda2018-11-051-1/+1 | |/ / * | | Merge branch 'custom-command-work-dir-genex' into release-3.13Brad King2018-11-054-15/+8 |\ \ \ | * | | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genexBrad King2018-11-034-15/+8 | |/ / * | | Merge branch 'update-curl' into release-3.13Brad King2018-11-05