[Python-Dev] GC Changes

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Oct 3 01:11:09 CEST 2007


Hrvoje Nikšić wrote:
> That sounds like a case for the Pixbuf object to have a "close" method
> (not necessarily called that) that releases the resources.  The point of
> GC is that you normally don't care if memory is released sooner or
> later;

I think the problem here is that the GC's lack of knowledge
about how much memory is being used means that you need to care
more than you should have to.

--
Greg



More information about the Python-Dev mailing list