Skip to content

Instantly share code, notes, and snippets.

@colesbury
Created January 25, 2024 22:34
Show Gist options
  • Save colesbury/cbd2868f994fceab106307593ff9d775 to your computer and use it in GitHub Desktop.
Save colesbury/cbd2868f994fceab106307593ff9d775 to your computer and use it in GitHub Desktop.
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 21b122ae0f..37a8b06987 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -439,6 +439,7 @@ PYTHON_OBJS= \
Python/modsupport.o \
Python/mysnprintf.o \
Python/mystrtoul.o \
+ Python/object_stack.o \
Python/optimizer.o \
Python/optimizer_analysis.o \
Python/parking_lot.o \
@@ -1832,6 +1833,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_frame.h \
$(srcdir)/Include/internal/pycore_freelist.h \
$(srcdir)/Include/internal/pycore_function.h \
+ $(srcdir)/Include/internal/pycore_gc.h \
$(srcdir)/Include/internal/pycore_genobject.h \
$(srcdir)/Include/internal/pycore_getopt.h \
$(srcdir)/Include/internal/pycore_gil.h \
@@ -1853,6 +1855,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_namespace.h \
$(srcdir)/Include/internal/pycore_object.h \
$(srcdir)/Include/internal/pycore_object_alloc.h \
+ $(srcdir)/Include/internal/pycore_object_stack.h \
$(srcdir)/Include/internal/pycore_object_state.h \
$(srcdir)/Include/internal/pycore_obmalloc.h \
$(srcdir)/Include/internal/pycore_obmalloc_init.h \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment