Lisandro Dalcín wrote: > 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 > I'd appriciate it if you stayed away from the parts containing pipeline construction -- in the kurt-gsoc branch I've moved it to another file (Pipeline.py) which makes merging a pain (I hope to be able to merge it soon).
Other than that, go for it IMO. Dag Sverre > 2) rm -r Cython/Mac > > 3) rm -r Cython/Unix > > 4) adjust setup.py for changes in (2) y (3) > > > > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
