The test suite now runs successfully with the refnanny; the only difference in turning it on is that bug #200 is detected :-)
There was practically no time penalty for the test suite. I propose that once the issue below is fixed, this is made the default behaviour for runtests.py, and that --no-refnanny will be the flag instead. Also, I think this could be a good time for lxml and Sage to try to run with the refnanny. See the bottom of http://wiki.cython.org/enhancements/refnanny for instructions. The only thing missing is that runtests.py should compile refnanny.pyx automatically rather than leave it for manual compilation. As about all I know about distutils is the name I was hoping someone else could pick that up: http://trac.cython.org/cython_trac/ticket/201. But lxml and Sage cannot benefit from this anyway, it must be integrated into their own build system. Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
