On 2016-06-07 17:20, William Stein wrote:
I was going to post that my understanding is that shipping
Cython-generated files is the current standard way of shipping Cython
code (for better or worse).

While this might work for simple projects, this won't work when you need the metadata that cythonize() adds. For example, anything using cysignals really must use cythonize(), it won't work otherwise. Perhaps this is a short-coming in cysignals, but in any case remember that skipping the Cythonization step might involve more than just shipping the Cython-generated files.

Jeroen.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to