Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.059 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'objects.': 0.09; 'subject:()': 0.09; 'dose': 0.16; 'from:addr:boscolini.eu': 0.16; 'from:addr:matteo.boscolo': 0.16; 'from:name:matteo boscolo': 0.16; 'all,': 0.21; 'non': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'trouble': 0.28; 'facing': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; 'there': 0.35; 'list.': 0.35; 'but': 0.36; 'method': 0.36; 'object': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'list,': 0.39; 'help': 0.40; 'remove': 0.61; 'received:62': 0.62; 'received:unknown': 0.63; 'subject:skip:g 10': 0.84 Date: Mon, 17 Sep 2012 14:42:56 +0200 From: Matteo Boscolo Organization: OmniaSolutions User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: gc.get_objects() References: <52847c35-388c-4758-b72d-1d1859b788a3@googlegroups.com> <8370412f-5176-45ff-87eb-72cbca5149d5@googlegroups.com> <5055a1a6$0$29981$c3e8da3$5496439d@news.astraweb.com> <4f9d9a0b-539a-4b6a-af3e-b02d1f4006ee@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: smtplq04.aruba.it 1.6.2 0/1000/N X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347885784 news.xs4all.nl 6889 [2001:888:2000:d::a6]:42715 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29377 Hi All, I'm facing some trouble with a win32com application, it seems, that some com object (win32com) are still in the gc.get_objetc() list, even if I set to non the objetc and I'm out of the scope of that objects. What I'm try to do is to remove this object from the list. but I do know how.. the .__del__() method dose not work on this object... there is someone that can give me some help on this ? Regards, Matteo