From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2462 invoked by alias); 20 Mar 2017 22:44: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 2410 invoked by uid 89); 20 Mar 2017 22:44:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy==e5=b0=a7, 2.4, @defvar, H*f:sk:2017022?= X-HELO: mail-qt0-f176.google.com Received: from mail-qt0-f176.google.com (HELO mail-qt0-f176.google.com) (209.85.216.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 Mar 2017 22:44:20 +0000 Received: by mail-qt0-f176.google.com with SMTP id x35so118860123qtc.2 for ; Mon, 20 Mar 2017 15:44:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=dEuJaBVyLSoPnGw51uCncexBakbYXQ15WFHF2kQED7A=; b=rkizUziFGm9vS8VfeUjNrlTvHbcrGM8UzZ+S5cMMAAUFi04PWCKRUtRF16McK0MIEn ItVEoRZysWzGUJVbbDvydOuCWiCDAfKQInf5uAuA5QwQwyondthg4Jbeu1mIEcXFgruh aV/UDJPzyL9a278g6VKVed4gwrVhiNacPVwd//IGcBwa8vgcxQJTtZzeg0SYF2JnJzhW 7rsmnyPxXLa17A7nRLSPcZRhkJJQlEWYarusYVMWwdRFpBZubFaZFLksS3GDpAT+BBY/ swbHASVoS5jFzTZHQBIPchW9uOtiWrEZX/rcxA+bViSSfpScahrKw0h0iZMW2YT+Nofo EL/Q== X-Gm-Message-State: AFeK/H3PXxVB6gdBn4inOVG4va1ANIuTMytgtlQPXcljt+YXFTIcPfR67YT+VxeAri05L0CdmgD2LNedKxOqog== X-Received: by 10.237.55.5 with SMTP id i5mr28355879qtb.76.1490049859495; Mon, 20 Mar 2017 15:44:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.140.130 with HTTP; Mon, 20 Mar 2017 15:44:19 -0700 (PDT) In-Reply-To: <861stse2uf.fsf@gmail.com> 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> <861stse2uf.fsf@gmail.com> From: Yao Qi Date: Mon, 20 Mar 2017 22:44:00 -0000 Message-ID: Subject: Re: MemoryView missing from Python 2.4 and 2.6 To: "Wiederhake, Tim" Cc: "Jose E. Marchesi" , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00357.txt.bz2 On Mon, Mar 20, 2017 at 9:04 AM, Yao Qi wrote: > "Wiederhake, Tim" writes: > > This patch is OK to go in, with the fix to the doc. As Eli comment https://sourceware.org/ml/gdb-patches/2017-03/msg00344.html "Python 3" is correct. I withdraw my comment below. Your patch is OK to go in. > >> @defvar BtraceInstruction.data >> A buffer with the raw instruction data. May be @code{None} if the >> -instruction is a gap. >> +instruction is a gap. In Python 3, the return value is a @code{memoryv= iew} >> +object. >> @end defvar > > s/Python 3/@code{Python} 3/ > --=20 Yao (=E9=BD=90=E5=B0=A7)