We prefer changes as pull requests to https://github.com/cython/cython?

One first comment, I think it's a lot to reserve three flags for this.
Perhaps "-M [filename] would be sufficient, using the convention that
- is stdout. If necessary, we could have a special syntax for the -D
option.

I'm still, however, trying to figure out exactly what the usecase for
this is. Generally extensions are created with distutils, and
cythonize handles the dependencies in that framework for you, so I'm
not sure how you'd use the resulting makefiles (one per .pyx file?)
anyways. An example/test would be useful as well (see tests/build).


On Wed, Jun 19, 2013 at 12:16 AM, Felix Salfelder <fe...@salfelder.org> wrote:
> Hi there.
>
> i am preparing a patch for #655 (write dependency makefiles) at [1]. I
> think it's best to use the -M, -F and -D short options for this
> functionality. please comment, improve and/or merge.
>
> regards
> felix
>
> [1] http://trac.sagemath.org/sage_trac/ticket/14728
> _______________________________________________
> cython-devel mailing list
> cython-devel@python.org
> http://mail.python.org/mailman/listinfo/cython-devel
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to