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 dmalcolm
Recipients dmalcolm, doko
Date 2013-04-17.17:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366219595.44.0.584128327257.issue17772@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't know that gdb supported embedding Python 3.   Is this a set of patches you're applying downstream, or an official gdb feature?

If so, it means everyone coding to the gdb API needs to somehow make their FOO-gdb.py files be Python 3-compatible.  Currently the Tools/gdb/libpython.py is Python 2 compatible, and I'm sure there are going to be incompatibilities with python 3.
History
Date User Action Args
2013-04-17 17:26:35dmalcolmsetrecipients: + dmalcolm, doko
2013-04-17 17:26:35dmalcolmsetmessageid: <1366219595.44.0.584128327257.issue17772@psf.upfronthosting.co.za>
2013-04-17 17:26:35dmalcolmlinkissue17772 messages
2013-04-17 17:26:35dmalcolmcreate