gc.get_objects()

Matteo Boscolo matteo.boscolo at boscolini.eu
Mon Sep 17 08:42:56 EDT 2012


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




More information about the Python-list mailing list