Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44587
| References | <CANm61jfK-W+rhZz+68va_P7R-j1ddq0-RhLawigC3kc4md=Yxw@mail.gmail.com> |
|---|---|
| Date | 2013-05-01 05:53 -0500 |
| Subject | Re: Finding referents with Gdb |
| From | Skip Montanaro <skip@pobox.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1214.1367405605.3114.python-list@python.org> (permalink) |
On Tue, Apr 23, 2013 at 9:52 AM, Dave Butler <daveb@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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Finding referents with Gdb Skip Montanaro <skip@pobox.com> - 2013-05-01 05:53 -0500
csiph-web