From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91447 invoked by alias); 2 Jan 2016 02:46:26 -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 91371 invoked by uid 89); 2 Jan 2016 02:46:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=year, registering, year! X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 02 Jan 2016 02:46:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8B35511648D; Fri, 1 Jan 2016 21:46:22 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vh3N2g8ENu5M; Fri, 1 Jan 2016 21:46:22 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 292B8116403; Fri, 1 Jan 2016 21:46:22 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3CF3E43C4D; Sat, 2 Jan 2016 06:46:18 +0400 (RET) Date: Sat, 02 Jan 2016 02:46:00 -0000 From: Joel Brobecker To: Martin Galvan Cc: Doug Evans , gdb-patches Subject: Re: [PATCH v2] Python API: Fix an exception when registering a global pretty-printer in verbose mode Message-ID: <20160102024618.GG12416@adacore.com> References: <1426097817-30955-1-git-send-email-martin.galvan@tallertechnologies.com> <21760.54598.126480.383468@ruffy2.mtv.corp.google.com> <20160101113253.GF12416@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-01/txt/msg00011.txt.bz2 > Hi! Thanks a lot for writing. I honestly don't remember what happened > to this patch :) however looking at the git master it seems that it's > fixed already. In any case, I now have commit-after-approval access, > so I'll test it next week and commit it myself if it's still breaking. Ah, even better! :) > Again, thanks a lot and happy new year! You are very welcome. Happy New Year to you too :). -- Joel