This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dcoles
Recipients dcoles
Date 2013-10-20.09:24:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382261054.14.0.65764193658.issue19308@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-20 09:24:14dcolessetrecipients: + dcoles
2013-10-20 09:24:14dcolessetmessageid: <1382261054.14.0.65764193658.issue19308@psf.upfronthosting.co.za>
2013-10-20 09:24:14dcoleslinkissue19308 messages
2013-10-20 09:24:13dcolescreate