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


Groups > comp.lang.python > #68296

Re: What does gc.get_objects() return?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python@mrabarnett.plus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.026
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'question.': 0.14; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'wondering': 0.29; 'them?': 0.31; 'could': 0.34; 'objects': 0.35; 'received:84': 0.35; 'subject:?': 0.36; 'detail': 0.37; 'list': 0.37; 'to:addr:python-list': 0.38; 'explain': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'more': 0.64; 'subject:skip:g 10': 0.84
X-CM-Score 0.00
X-CNFS-Analysis v=2.1 cv=JLW1sq6b c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=sASEtNAQL0YA:10 a=Njkw1LPSkh4A:10 a=ihvODaAuJD4A:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=y6v1eHdDjZafH2lxuGkA:9 a=QEXdDO2ut3YA:10 a=LS7FpnRvFiwA:10 a=loTZ1LzLtJwA:10
X-AUTH mrabarnett:2500
Date Wed, 12 Mar 2014 20:02:07 +0000
From MRAB <python@mrabarnett.plus.com>
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version 1.0
To python-list@python.org
Subject Re: What does gc.get_objects() return?
References <lfqcr8$249$1@ger.gmane.org>
In-Reply-To <lfqcr8$249$1@ger.gmane.org>
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 8bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8102.1394654533.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1394654533 news.xs4all.nl 2958 [2001:888:2000:d::a6]:47209
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68296

Show key headers only | 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