Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc578 commit 502ed82Copy full SHA for 502ed82
1 file changed
Makefile.pre.in
@@ -265,6 +265,7 @@ OBJECT_OBJS= \
265
Objects/stringobject.o \
266
Objects/tupleobject.o \
267
Objects/typeobject.o \
268
+ Objects/weakrefobject.o \
269
$(UNICODE_OBJS)
270
271
@@ -470,6 +471,7 @@ PYTHON_HEADERS= \
470
471
Include/traceback.h \
472
Include/tupleobject.h \
473
Include/unicodeobject.h \
474
+ Include/weakrefobject.h \
475
pyconfig.h
476
477
$(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS)
0 commit comments