summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2024-01-12 11:58:23 (GMT)
committerGitHub <noreply@github.com>2024-01-12 11:58:23 (GMT)
commit30e6cbdba22d946dacc3f2e19c884b2e1891d58c (patch)
tree50ef18098a02e61c079b8a6c4477496b27b06adf /Makefile.pre.in
parent29e2839cd6af5c90cfd7abe800b045b6dcee0c05 (diff)
downloadcpython-30e6cbdba22d946dacc3f2e19c884b2e1891d58c.zip
cpython-30e6cbdba22d946dacc3f2e19c884b2e1891d58c.tar.gz
cpython-30e6cbdba22d946dacc3f2e19c884b2e1891d58c.tar.bz2
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 15d419b..289ab97 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1895,7 +1895,6 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_unionobject.h \
$(srcdir)/Include/internal/pycore_unicodeobject.h \
$(srcdir)/Include/internal/pycore_unicodeobject_generated.h \
- $(srcdir)/Include/internal/pycore_uops.h \
$(srcdir)/Include/internal/pycore_uop_metadata.h \
$(srcdir)/Include/internal/pycore_warnings.h \
$(srcdir)/Include/internal/pycore_weakref.h \