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 vstinner
Recipients Arfrever, larry, neologix, pitrou, python-dev, sebastien.renard, serhiy.storchaka, vstinner
Date 2014-03-26.10:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395830669.02.0.47407831043.issue20526@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless C conventions changed, 0xb00000000 is not a NULL pointer :-)

Ooops, I missed the B :-)

By the way, my gdb example is wrong: you should pass self :-)

> #1  0x000000000048193a in BaseException_traverse (self=0x7ffff0f645f8, visit=0x43ab64 <visit_decref>, arg=0x0) at Objects/exceptions.c:97

=> (gdb) print _PyObject_Dump(0x7ffff0f645f8)
History
Date User Action Args
2014-03-26 10:44:29vstinnersetrecipients: + vstinner, pitrou, larry, Arfrever, neologix, python-dev, serhiy.storchaka, sebastien.renard
2014-03-26 10:44:29vstinnersetmessageid: <1395830669.02.0.47407831043.issue20526@psf.upfronthosting.co.za>
2014-03-26 10:44:29vstinnerlinkissue20526 messages
2014-03-26 10:44:28vstinnercreate