Lisandro Dalcin wrote: > I think Dag was talking about generation of *.pxi files with API > declarations.
I'd forgotten about that. It probably wouldn't do any harm to drop the .pxi generation feature, because the purpose it was designed for (allowing one module access to extension types defined in another) has been subsumed by the cimport mechanism. The 'include' statement is still useful for other purposes, though, so I would recommend keeping it. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
