This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MemoryView missing from Python 2.4 and 2.6


On Mon, Mar 20, 2017 at 9:04 AM, Yao Qi <qiyaoltc@gmail.com> wrote:
> "Wiederhake, Tim" <tim.wiederhake@intel.com> 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{memoryview}
>> +object.
>>  @end defvar
>
> s/Python 3/@code{Python} 3/
>

-- 
Yao (齐尧)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]