On May 14, 2009, at 2:25 AM, Dag Sverre Seljebotn wrote:

> 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?

I think it's good enough--I've disabled it for all but exactly one  
file, so all issues of multi-file compilation are gone, which was the  
only big question.

- Robert


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to