[wxPython-users] Re: Platform<=>version conflict or what?

Werner F. Bruhin werner.bruhin at free.fr
Fri May 4 01:44:30 PDT 2007


Hi Jorma,

Jorma Paavola wrote:
> ..
> I have one question about your "gc.function-code":
> - what/how is the meaning/use of last row: x = gc.collect() ?
It does the Python garbage collection, i.e. free unused resources.

 From the manual:
3.2 gc -- Garbage Collector interface
collect()
Run a full collection. All generations are examined and the number of 
unreachable objects found is returned.


Werner




More information about the wxpython-users mailing list