Lisandro Dalcin wrote: > Currently, short option '-X' is associated to '--link' and > '--directive' (see Cython/Compiler/CmdLine.py). I believe the -X > option was for '--directive'. Can any of you push a fix in cython and > cython-devel repos? >
Ouch. I suppose that is my fault... The thing is, -X was there first, and the current release uses it for --link. So I dare not do this myself, I'll leave any change for the project leads. It is listed as experimental and not documented so I'm +1 for the change though (as using -X was agreed upon on the list anyway). (A note in the release notes would be good though.) (You can just modify your own copy if you want to for now, also any testcases you write in tests/run should use #cython: headers if you are using directives so there it doesn't matter.) -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
