Hi all,
I tried to figure out how the garbage collection in dynapi works, but I
couldn't.
If I make my own class that extends dynobject, the instances get unique ids
and a reference in the DynObject.all. Once the object is ready for garbage
collection the reference should be removed, but I can't find anywhere
anything like DynObject.all[myObject] = null. So How and where the reference
is removed?
A related question is that is specificRemove the function that should be
used when something special is needed when the object is finalized or is
there some other function for that.
So what is the correct procedure when an object is wanted to be carbage
collected?
Cheers,
Tuomas
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help