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


"Wiederhake, Tim" <tim.wiederhake@intel.com> writes:

This patch is OK to go in, with the fix to the doc.

>  @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]