Is this behavior intentional?
>>> from Cython.Build import cythonize
>>> cythonize('/this/file/doesnt/exist.pyx')
[]
It would be *really* nice if Cython would raise an exception (or
something) in this case. I just spent 20 minutes trying to puzzle out
Cython/Setuptools compatibility
Kevin Norris schrieb am 20.12.2014 um 01:47:
> Is this behavior intentional?
>
> >>> from Cython.Build import cythonize
> >>> cythonize('/this/file/doesnt/exist.pyx')
> []
Yes, it's intentional. The path you pass is actually a glob expression, so
it may match any number of files.
>
stonebi...@gmail.com schrieb am 20.12.2014 um 10:14:
> I see a lot of commits since 0.21.1.
Well, there are about five commits in the 0.21.x branch.
> Wouldn't it be time to do an incremental release ?
Yes, getting these fixes out would be good.
Also, the master branch looks pretty ok, it migh
Looks like type annotations in Python are about to leave the "maybe one
day" status:
http://thread.gmane.org/gmane.comp.python.ideas/30432
Stefan
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel