diff options
author | Victor Stinner <vstinner@python.org> | 2022-04-06 23:26:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 23:26:24 (GMT) |
commit | 5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2 (patch) | |
tree | 82041fb366ee919667cffb184b4b8725fd74bd63 /Makefile.pre.in | |
parent | 2390b2236d4b6ea96217478221d6f7d4b4f344f8 (diff) | |
download | cpython-5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2.zip cpython-5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2.tar.gz cpython-5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2.tar.bz2 |
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
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 69e9723..2f61259 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1551,6 +1551,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/cpython/pystate.h \ $(srcdir)/Include/cpython/pythonrun.h \ $(srcdir)/Include/cpython/pytime.h \ + $(srcdir)/Include/cpython/setobject.h \ $(srcdir)/Include/cpython/sysmodule.h \ $(srcdir)/Include/cpython/traceback.h \ $(srcdir)/Include/cpython/tupleobject.h \ |