Created
January 25, 2024 22:34
-
-
Save colesbury/cbd2868f994fceab106307593ff9d775 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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