Julian Taylor added the comment:

I tested the latest patch (python27-gdb_py3.patch) with ubuntu 13.10 gdb 
compiled against python3.3, while it fixes the syntax errors it does not fix 
the functionality.
E.g. one gets this error on breakpoints:

Python Exception <class 'gdb.error'> There is no member named length.: 
Breakpoint 3, PyTuple_Size (op=) at ../Objects/tupleobject.c:127

and the objects are not printed in their string representation as they should 
be with the plugin.

----------
nosy: +jtaylor

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19308>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to