Lisandro Dalcín, 17.12.2009 16:16: > Cython contains some code to C-compile&link generated C sources. This > likely comes from Pyrex. I would like to remove all that (we already > have pyximport, and there are better ways to implement .pyx -> > .so|.pyd): > > This change is going to require: > > 1) Fix Cython/Compiler/Main.py in a few places > > 2) rm -r Cython/Mac > > 3) rm -r Cython/Unix > > 4) adjust setup.py for changes in (2) y (3)
+1, make that "rm -fr". Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
