Re: [Cython] patch for #655

2013-06-26 Thread Felix Salfelder
On Tue, Jun 25, 2013 at 01:06:35AM -0700, Robert Bradshaw wrote: > 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. it's a

Re: [Cython] patch for #655

2013-06-26 Thread Stefan Behnel
Felix Salfelder, 25.06.2013 10:34: > On Tue, Jun 25, 2013 at 01:06:35AM -0700, Robert Bradshaw wrote: >> I'm still, however, trying to figure out exactly what the usecase for >> this is. > > it's about keeping track of build dependencies. > >> Generally extensions are created with distutils, and