From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] Fix memory leaks in libxc python bindings Date: Tue, 29 Sep 2009 13:00:57 -0400 Message-ID: <20090929170057.GA20978@phenom.dumpdata.com> References: <20090929165409.GA27604@orkuz.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20090929165409.GA27604@orkuz.home> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Sep 29, 2009 at 06:54:09PM +0200, Jiri Denemark wrote: > Hi, > > Reference counters are not correctly decreased for python object in several I am curious how did you find this? Is there a python 'valgrind' that can help track this? Or is there a python flag to be report such abnormalities?