From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11794 invoked by alias); 7 Mar 2017 10:32:46 -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 11779 invoked by uid 89); 7 Mar 2017 10:32:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:383 X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Mar 2017 10:32:43 +0000 Received: by mail-wm0-f68.google.com with SMTP id v190so150247wme.3 for ; Tue, 07 Mar 2017 02:32:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=mblq3t8bmE0enBq+aGhjNyDO81kkmbMCvSp6T2Z9HdE=; b=Y+/Gnqf/sj+JHo6wFiWirM+gS/SRJssovg/Yu3QViuiEsBe7zZdJJpShCkF5WeokvB +GUiTVYYGrHDHTmSwqXv1DZGCamX/47Fy2yoONM3e8gRbk97ZSoRuCZk/Y0WODgYLnHE cQywuIL1RKIWu0wQvQnTO32qwPLMBMkkd7sqnoi1RNl8ev9wgGjhDDUg449pAxv+OJzu dcwbH8sEfRN/8SxESPAO+ejKmrknALpa0tZ/1UK5L0ZzOzFO2j6u4RyOVQ1D14cIzO++ iiWsn9F72qRo4oHF00FfLTWVgC8VEKmPaqS3ieBYpGdeG2LST3y5wAaMZtJzEhV/q7G4 HtKA== X-Gm-Message-State: AMke39mo7HWE0MOnak5qczgvEk+FpHueQUUGjXVuyYWkM2TJ0j/ND5F6jPVEDflqEkcUag== X-Received: by 10.28.208.7 with SMTP id h7mr82774wmg.79.1488882762176; Tue, 07 Mar 2017 02:32:42 -0800 (PST) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id m83sm18329087wmc.33.2017.03.07.02.32.41 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 07 Mar 2017 02:32:41 -0800 (PST) From: Yao Qi To: "Wiederhake\, Tim" Cc: "Jose E. Marchesi" , "gdb-patches\@sourceware.org" Subject: Re: MemoryView missing from Python 2.4 and 2.6 References: <87o9xsx38r.fsf@oracle.com> <20170223225946.snir4ab6twc7vo7n@localhost> <9676A094AF46E14E8265E7A3F4CCE9AF9417D1@irsmsx105.ger.corp.intel.com> <86h93j7evn.fsf@gmail.com> <9676A094AF46E14E8265E7A3F4CCE9AF941DE1@irsmsx105.ger.corp.intel.com> <86y3wmpsng.fsf@gmail.com> <9676A094AF46E14E8265E7A3F4CCE9AF942654@irsmsx105.ger.corp.intel.com> Date: Tue, 07 Mar 2017 10:32:00 -0000 In-Reply-To: <9676A094AF46E14E8265E7A3F4CCE9AF942654@irsmsx105.ger.corp.intel.com> (Tim Wiederhake's message of "Mon, 6 Mar 2017 08:56:39 +0000") Message-ID: <8637epwf5j.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00058.txt.bz2 "Wiederhake, Tim" writes: > Thanks for the pointer. I've attached a revised version of the patch. Hi Tim, Did you run py-record-btrace.xp with python 2.6? or probably Jose can help to run it with python 2.6. If the test Tim added pass with both python 2.6 and python 3, your patch is OK. --=20 Yao (=E9=BD=90=E5=B0=A7)