Stefan Behnel wrote: > Dag Sverre Seljebotn wrote: >> To be clearer, runtests.py works with the refnanny without the normal >> Cython build happening first (runtests.py uses pyximport to build it). >> To test e.g. lxml with the refnanny under Python 3 you would need to >> manually compile and install Cython/Runtime/refnanny.pyx > > Then the next step is to port pyximport to Py3, right? :)
ah, and: make it work even if Cython cannot be imported due to SyntaxErrors. http://trac.cython.org/cython_trac/ticket/214 Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
