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