On 2016-04-12 10:16, Erik Bray wrote:
That said, I
think it makes more sense for cythonize() to read the distutils
options from the C source instead of the Cython source, though in
practice I don't know if it's a worthwhile change or not.

I don't quite get what you mean. The C file is only read by distutils (which compiles the .c files to .so), not by Cython (which compiles the .pyx files to .c).
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to