Finding referents with Gdb

Skip Montanaro skip at pobox.com
Wed May 1 06:53:22 EDT 2013


On Tue, Apr 23, 2013 at 9:52 AM, Dave Butler
<daveb at tanagerproductions.com> wrote:
> with gdb, can you find referents of an object given an object id?

Look at the C code for gc.get_referents and set things up to call it from GDB.

Skip



More information about the Python-list mailing list