Charles-François Natali added the comment: > (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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13992> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com