]> granicus.if.org Git - python/commitdiff
Include the weakref object interface.
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:55:19 +0000 (21:55 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:55:19 +0000 (21:55 +0000)
Include/Python.h

index 9757a70914371397483ba744e5875127bc35cf11..c0eed94ca32c44ebb693d13584d9737424ea6de4 100644 (file)
@@ -90,6 +90,7 @@
 #include "cellobject.h"
 #include "iterobject.h"
 #include "descrobject.h"
+#include "weakrefobject.h"
 
 #include "codecs.h"
 #include "pyerrors.h"