diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-15 00:39:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 00:39:58 (GMT) |
commit | 77b24ba505744532d7cfd721b1c92d205e145180 (patch) | |
tree | 5d4ce2941123f8da62efe2f20d4be69cf97c40bc /Makefile.pre.in | |
parent | 37b1d607bf0f1a9c1e89b1715349efc24dc180e0 (diff) | |
download | cpython-77b24ba505744532d7cfd721b1c92d205e145180.zip cpython-77b24ba505744532d7cfd721b1c92d205e145180.tar.gz cpython-77b24ba505744532d7cfd721b1c92d205e145180.tar.bz2 |
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a5585c8..32bbab0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1127,7 +1127,6 @@ PYTHON_HEADERS= \ $(srcdir)/Include/boolobject.h \ $(srcdir)/Include/bytearrayobject.h \ $(srcdir)/Include/bytesobject.h \ - $(srcdir)/Include/cellobject.h \ $(srcdir)/Include/ceval.h \ $(srcdir)/Include/classobject.h \ $(srcdir)/Include/code.h \ @@ -1201,6 +1200,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/cpython/abstract.h \ $(srcdir)/Include/cpython/bytearrayobject.h \ $(srcdir)/Include/cpython/bytesobject.h \ + $(srcdir)/Include/cpython/cellobject.h \ $(srcdir)/Include/cpython/ceval.h \ $(srcdir)/Include/cpython/code.h \ $(srcdir)/Include/cpython/compile.h \ |