Date: Thu, 20 Nov 2003 19:15:02 -0800 (PST) From: Hye-Shik Chang <perky@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile ports/lang/python/files patch-Modules::gcmodule.c patch-Objects::weakrefobject.c Message-ID: <200311210315.hAL3F3jW033169@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
perky 2003/11/20 19:15:02 PST FreeBSD ports repository Modified files: lang/python Makefile Added files: lang/python/files patch-Include::weakrefobject.h patch-Lib::test_weakref.py patch-Modules::gcmodule.c patch-Objects::weakrefobject.c Log: Add fix for a fatal bug in type's GC handling causes segfaults. 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 Revision Changes Path 1.115 +1 -1 ports/lang/python/Makefile 1.1 +11 -0 ports/lang/python/files/patch-Include::weakrefobject.h (new) 1.1 +214 -0 ports/lang/python/files/patch-Lib::test_weakref.py (new) 1.1 +196 -0 ports/lang/python/files/patch-Modules::gcmodule.c (new) 1.1 +66 -0 ports/lang/python/files/patch-Objects::weakrefobject.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311210315.hAL3F3jW033169>