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


Groups > comp.lang.python > #68296

Re: What does gc.get_objects() return?

Date 2014-03-12 20:02 +0000
From MRAB <python@mrabarnett.plus.com>
Subject Re: What does gc.get_objects() return?
References <lfqcr8$249$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.8102.1394654533.18130.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web