On Saturday, January 31, 2015 at 3:59:05 PM UTC-5, Jeroen Demeyer wrote:
>
> In any case: after removing __del__ from Expect and Interface, all 
> doctests pass, so it's not that bad. 
>

Also __del__ is never going to be reliably called in the face of cyclic 
references, so I'm all for taking it out. Cleanup should be done elsewhere 
(or do it in Cython __deallocate__) 

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to