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


Hello,

>     Jose, can you confirm that this patch un-breaks GDB linked with
>     Python 2.6?
> 
> Yep.  This fixes the build with Python 2.6.6.

It looks like the patch is also removing the feature from users
of Python 2.7.x, though, is it not? Given that this is a new feature,
this wouldn't be the end of the world, especially since we're so
close to branching, so we wouldn't want that to be a reason to
delay the fix too much longer. However, I think our configure
script defines HAVE_LIBPYTHON2_7, so perhaps we could either
use that, or explicitly exclude HAVE_LIBPYTHON2_6, HAVE_LIBPYTHON2_5
and HAVE_LIBPYTHON2_4 instead of only including it for Python 3.x?

-- 
Joel


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