[Cython] Cython 0.9.8 released

Stefan Behnel stefan_ml at behnel.de
Mon Jul 21 19:15:15 CEST 2008


Hi,

Marc Christiansen wrote:
> Thinking about it, this part
>  try:
>      sys.argv.remove("--no-compile")
>  except ValueError:
>      #try to build the extension
> 
> is an error, because it causes the .py files to be compiled. setup.py
> install --help says:
>   --no-compile        don't compile .py files

Ah, thanks. I guess that was just too obvious a name to expect that it isn't
in use already...

We can change that to "--no-cython-compile" or something like that for our
purpose, so that we no longer interfere with the normal distutils arguments.

Stefan



More information about the Cython-dev mailing list