diff options
author | Nicholas Sim <nsim@posteo.net> | 2021-02-17 18:30:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 18:30:31 (GMT) |
commit | 366dc3a1354078e38808b9c16276e97cca5b8aaf (patch) | |
tree | c845b23d23070aabd7ef53cb30734a525482ae47 /Parser | |
parent | 630264a152115f9671d6b793455ef5c2cea09a97 (diff) | |
download | cpython-366dc3a1354078e38808b9c16276e97cca5b8aaf.zip cpython-366dc3a1354078e38808b9c16276e97cca5b8aaf.tar.gz cpython-366dc3a1354078e38808b9c16276e97cca5b8aaf.tar.bz2 |
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Move non-limited C API headers pyarena.h and pyctype.h
into Include/cpython/ directory.
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/pegen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/pegen.h b/Parser/pegen.h index 2a165c1..3765b24 100644 --- a/Parser/pegen.h +++ b/Parser/pegen.h @@ -5,7 +5,6 @@ #include <Python.h> #include <token.h> #include <Python-ast.h> -#include <pyarena.h> #if 0 #define PyPARSE_YIELD_IS_KEYWORD 0x0001 |