Robert Bradshaw wrote: > On Apr 22, 2009, at 7:18 PM, Mark Lodato wrote: > >> The embedded mode is a really good idea, but I think it would make >> more sense as a separate script for several reasons: >> 1. If it is separate, Cython itself doesn't have to change. >> 2. The same Cython C output file be made into a module and also >> embedded. >> 3. Multiple Cython modules can be embedded into a single executable. >> >> I have included a first draft of such a script. > > Any thoughts on shipping this with Cython? (I think it'd be a good > idea.)
+1, though I don't know enough to make the patch for including it. What's the status of the --embed switch BTW -- is the semantics sufficiently set to be in a release (meaning we must consider backwards compatability), or are we better off with just disabling the --embed switch for now? -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
