From: Fred Drake Date: Fri, 5 Oct 2001 21:55:19 +0000 (+0000) Subject: Include the weakref object interface. X-Git-Tag: v2.2.1c1~1432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19bc578a0907844cb94fe6f727fa5158736086fa;p=python Include the weakref object interface. --- 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"