]> granicus.if.org Git - python/commit
PyObject_ClearWeakRefs() is now a real function instead of a function pointer;
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:58:11 +0000 (21:58 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:58:11 +0000 (21:58 +0000)
commitb3f0d349b62e0dbd909fc4012c031b44b4c72916
tree426c30ba18bca4136916933c4b17751851d41a71
parent502ed82125e0d11204357bb9bc48f88e8a994bb0
PyObject_ClearWeakRefs() is now a real function instead of a function pointer;
the implementation is in Objects/weakrefobject.c.
Include/object.h
Objects/object.c