From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7278 invoked by alias); 15 Dec 2014 16:41: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 7266 invoked by uid 89); 15 Dec 2014 16:41:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 15 Dec 2014 16:41:46 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 56.D9.25146.572BE845; Mon, 15 Dec 2014 11:05:41 +0100 (CET) Received: from [142.133.110.254] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.84) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 15 Dec 2014 11:41:44 -0500 Message-ID: <548F0F47.5000509@ericsson.com> Date: Mon, 15 Dec 2014 16:41:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Pedro Alves , Subject: Re: [PATCH] Fix build with Python 3.4 (PR python/16784) References: <1417009634-2356-1-git-send-email-simon.marchi@ericsson.com> <5480A49F.1010904@redhat.com> <5485D563.9010209@ericsson.com> <548B0396.7090900@redhat.com> In-Reply-To: <548B0396.7090900@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00399.txt.bz2 On 2014-12-12 10:02 AM, Pedro Alves wrote: > On 12/08/2014 04:44 PM, Simon Marchi wrote: > >> Hi Pedro, >> >> Here is the v2, with changes according to your comments. > > Thanks Simon. This is OK. > > Thanks, > Pedro Alves I just pushed this. Thanks.