mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u Obtained from: Python CVS
11 lines
345 B
C
11 lines
345 B
C
--- 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)
|
|
|
|
|