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
>
> 2) rm -r Cython/Mac
>
> 3) rm -r Cython/Unix
>
> 4) adjust setup.py for changes in (2) y (3)
>
>   
5) Remove some command line argument parsing in CmdLine.py

Thanks!

Dag Sverre
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to