From 60d09f59f53245bca42e44c3ab335cdc102b7fe8 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 20 Dec 2003 07:13:43 +0000 Subject: - Update to Python-2.3.3 - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. --- lang/python24/files/patch-Include::weakrefobject.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lang/python24/files/patch-Include::weakrefobject.h (limited to 'lang/python24/files/patch-Include::weakrefobject.h') diff --git a/lang/python24/files/patch-Include::weakrefobject.h b/lang/python24/files/patch-Include::weakrefobject.h deleted file mode 100644 index c3d47e307279..000000000000 --- a/lang/python24/files/patch-Include::weakrefobject.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - - -- cgit v1.2.3