From 19bc578a0907844cb94fe6f727fa5158736086fa Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 5 Oct 2001 21:55:19 +0000 Subject: [PATCH] Include the weakref object interface. --- Include/Python.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/Python.h b/Include/Python.h index 9757a70914..c0eed94ca3 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -90,6 +90,7 @@ #include "cellobject.h" #include "iterobject.h" #include "descrobject.h" +#include "weakrefobject.h" #include "codecs.h" #include "pyerrors.h" -- 2.50.1