aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-Include::weakrefobject.h
blob: c3d47e3072798a4f1e42a35f6c2c0cd98a777586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Include/weakrefobject.h.orig	Mon Aug 12 16:21:58 2002
+++ Include/weakrefobject.h	Fri Nov 21 11:39:53 2003
@@ -39,6 +39,8 @@
 
 PyAPI_FUNC(long) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
 
+PyAPI_FUNC(void) _PyWeakref_ClearRef(PyWeakReference *self);
+
 #define PyWeakref_GET_OBJECT(ref) (((PyWeakReference *)(ref))->wr_object)