diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-26 16:32:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 16:32:47 (GMT) |
commit | d4a85f104bf9d2e368f25c9a567eaaa2cc39a96a (patch) | |
tree | 6683db789d0c867d8775e59b876b08e79230b705 /Makefile.pre.in | |
parent | 3eb3b4f270757f66c7fb6dcf5afa416ee1582a4b (diff) | |
download | cpython-d4a85f104bf9d2e368f25c9a567eaaa2cc39a96a.zip cpython-d4a85f104bf9d2e368f25c9a567eaaa2cc39a96a.tar.gz cpython-d4a85f104bf9d2e368f25c9a567eaaa2cc39a96a.tar.bz2 |
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Move Include/descrobject.h non-limited API to a new
Include/cpython/descrobject.h header file.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 3ea019b..75482f9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1505,6 +1505,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/cpython/code.h \ $(srcdir)/Include/cpython/compile.h \ $(srcdir)/Include/cpython/context.h \ + $(srcdir)/Include/cpython/descrobject.h \ $(srcdir)/Include/cpython/dictobject.h \ $(srcdir)/Include/cpython/fileobject.h \ $(srcdir)/Include/cpython/fileutils.h \ |