Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44584

Re: Finding referents with Gdb

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Finding referents with Gdb
Date 2013-05-01 10:46 +0200
References <CANm61jfK-W+rhZz+68va_P7R-j1ddq0-RhLawigC3kc4md=Yxw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1211.1367398027.3114.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Finding referents with Gdb Stefan Behnel <stefan_ml@behnel.de> - 2013-05-01 10:46 +0200

csiph-web