From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11653 invoked by alias); 25 Mar 2014 19:51:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11641 invoked by uid 89); 25 Mar 2014 19:51:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Mar 2014 19:51:47 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2PJpiVR028102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 25 Mar 2014 15:51:45 -0400 Received: from localhost.localdomain (ovpn-112-23.ams2.redhat.com [10.36.112.23]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2PJpgt0024858; Tue, 25 Mar 2014 15:51:43 -0400 Message-ID: <5331DE4E.5030906@redhat.com> Date: Tue, 25 Mar 2014 19:51:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Maxim Bublis , gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] Fixed abortion using Python API for label symbol object. References: <1393929360-31299-1-git-send-email-satori@yandex-team.ru> <4369C88E-D0A5-4F4F-8937-5ABDBABD8BC9@yandex-team.ru> In-Reply-To: <4369C88E-D0A5-4F4F-8937-5ABDBABD8BC9@yandex-team.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00600.txt.bz2 On 25/03/14 16:51, Maxim Bublis wrote: > Hi, > > Is there any way to notify gdb.python maintainer to review this patch set? > > There is no GDB Python maintainer, so it is a review for anyone to do, and approval by a global maintainer. I usually review most Python patches, but I have been exceptionally busy lately. I will look at it really soon. Cheers Phil