On Feb 20, 2009, at 10:56 PM, Michael Abshoff wrote: > Robert Bradshaw wrote: > > Hi Robert, > >> I found and fixed two memory leaks. > > Got a patch for me? I could still get that one into 3.3 :)
Memory leaks in Cython, not in Sage. (Actually, probably not noticeable ones, one was leaking an exception, and the other was "leaking" the values True and False in most cases. >> This refcounting nanny sure is >> nice. Sage now starts up without any warnings, but upon exiting I >> still get >> >>> Exiting SAGE (CPU time 0m0.07s, Wall time 2m13.31s). >>> Exception exceptions.AssertionError in ignored >>> Exception exceptions.AssertionError in ignored >>> Exception exceptions.AssertionError in /Users/robert/sage/sage- >>> cython/ >>> local/bin/sage-sage: line 587: 16443 Bus error sage- >>> ipython "$@" -i >> >> Next up is running the test suite. > > Cool, looking forward to all the fixes coming out of that. I'm going to run it overnight. Given that Sage doesn't exit cleanly (not sure what's up with that), I expect everything to fail, but hopefully it'll still be useful. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
