Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44587 > unrolled thread
| Started by | Skip Montanaro <skip@pobox.com> |
|---|---|
| First post | 2013-05-01 05:53 -0500 |
| Last post | 2013-05-01 05:53 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Finding referents with Gdb Skip Montanaro <skip@pobox.com> - 2013-05-01 05:53 -0500
| From | Skip Montanaro <skip@pobox.com> |
|---|---|
| Date | 2013-05-01 05:53 -0500 |
| Subject | Re: Finding referents with Gdb |
| Message-ID | <mailman.1214.1367405605.3114.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web