I have no objections to using Swig. It's a build-only dependency. Keep in mind that Swig is only useful for Python -> C calls. If we are going to widen the native API offered to Python, it might be wise to introduce Swig.
-Ted On 05/23/2014 08:06 AM, Alan Conway wrote: > What's the general feeling about using SWIG in dispatch? To date > dispatch uses hand-crafted calls based on Python.h primitives. My > impression is that works OK for a small python/C interface but the > interface is getting to the point where SWIG may be helpful. > > Opinions anyone? Objections? > > Cheers, > Alan. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
