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 neologix
Recipients Aaron.Staley, amaury.forgeotdarc, cupcicm, neologix, pitrou
Date 2012-08-03.07:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1qXP6B+zWFmom5Y8L94KeaspZ97iZDH82buEj=1Z37EA@mail.gmail.com>
In-reply-to <1343822016.51.0.322231663782.issue13992@psf.upfronthosting.co.za>
Content
> (gdb) p op
> $12 = (PyObject *) 0x4dc7bc0

Don't you have GDB 7, to decode Python objects ?
You can check the type of the object with :
"""
p op->ob_type.tp_name
"""

>
> thread all apply bt is going to be very long no ? Could you tell me what you want to know that is not in info threads maybe ? I can definitely post it here, but it's going to be a lot of output.

You can add it as an attachment.
History
Date User Action Args
2012-08-03 07:59:59neologixsetrecipients: + neologix, amaury.forgeotdarc, pitrou, Aaron.Staley, cupcicm
2012-08-03 07:59:58neologixlinkissue13992 messages
2012-08-03 07:59:58neologixcreate