Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68296 > unrolled thread
| Started by | MRAB <python@mrabarnett.plus.com> |
|---|---|
| First post | 2014-03-12 20:02 +0000 |
| Last post | 2014-03-12 20:02 +0000 |
| 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: What does gc.get_objects() return? MRAB <python@mrabarnett.plus.com> - 2014-03-12 20:02 +0000
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2014-03-12 20:02 +0000 |
| Subject | Re: What does gc.get_objects() return? |
| Message-ID | <mailman.8102.1394654533.18130.python-list@python.org> |
On 2014-03-12 19:34, Jurko Gospodnetić wrote: > Hi all. > > I was wondering if someone could explain gc.get_objects() in a bit > more detail to me. > > Does it return a list of 'all objects known to Python'? Only some of > them? Which does it return? Which it does not? > [snip] gc.is_tracked(...) might be relevant to your question.
Back to top | Article view | comp.lang.python
csiph-web