From owner-cvs-all@FreeBSD.ORG Thu Nov 20 19:15:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E988F16A4CE; Thu, 20 Nov 2003 19:15:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C27C43F85; Thu, 20 Nov 2003 19:15:03 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3F3XJ033170; Thu, 20 Nov 2003 19:15:03 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3F3jW033169; Thu, 20 Nov 2003 19:15:03 -0800 (PST) (envelope-from perky) Message-Id: <200311210315.hAL3F3jW033169@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 20 Nov 2003 19:15:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python Makefile ports/lang/python/files patch-Modules::gcmodule.c patch-Objects::weakrefobject.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:15:04 -0000 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)