There is the idea to always keep the last N created parents alive by a strong reference. Couldn't this easily be done, by appending "self" to a list (and removing the first entry, when the list is too long), while Parent.__init__ is executed?
Cheers, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
