Finding referents with Gdb

Stefan Behnel stefan_ml at behnel.de
Wed May 1 04:46:51 EDT 2013


Dave Butler, 23.04.2013 16:52:
> with gdb, can you find referents of an object given an object id?

Have you looked at the gc module? And, could you explain why you want to
work with the object's ID instead of the object reference itself?

Stefan





More information about the Python-list mailing list