[Cython] Cythonize silently ignores nonexistent files

Kevin Norris nykevin.norris at gmail.com
Sat Dec 20 01:47:05 CET 2014


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 when the actual problem was staring me
in the face.

--
Kevin Norris


More information about the cython-devel mailing list