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


Groups > comp.lang.python > #68296 > unrolled thread

Re: What does gc.get_objects() return?

Started byMRAB <python@mrabarnett.plus.com>
First post2014-03-12 20:02 +0000
Last post2014-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.


Contents

  Re: What does gc.get_objects() return? MRAB <python@mrabarnett.plus.com> - 2014-03-12 20:02 +0000

#68296 — Re: What does gc.get_objects() return?

FromMRAB <python@mrabarnett.plus.com>
Date2014-03-12 20:02 +0000
SubjectRe: 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web