[New-bugs-announce] [issue19308] Tools/gdb/libpython.py does not support GDB linked against Python 3

David Coles report at bugs.python.org
Sun Oct 20 11:24:14 CEST 2013


New submission from David Coles:

Tools/gdb/libpython.py is currently Python 3 incompatible. Unfortunately recent versions of gdb (such as the one provided in Ubuntu 13.10) may be linked against Python 3 rather than Python 2, breaking debugging support.

Most of the issues appear to be trivial issues such as the print statement syntax and removal of functions like xrange, unichr and long.

----------
components: Demos and Tools
messages: 200554
nosy: dcoles
priority: normal
severity: normal
status: open
title: Tools/gdb/libpython.py does not support GDB linked against Python 3
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19308>
_______________________________________


More information about the New-bugs-announce mailing list