[Pyrex] C-API implementation in Pyrex 0.9.6

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Oct 12 01:45:38 CEST 2007


Stefan Behnel wrote:
> I think the current implementation is a bad idea, as it pollutes the
> module namespace.

I know it's not the best situation -- I'll see if I
can do it a better way in the next version. I mainly
wanted to get something working and nail down the
user interface this time round.

In the meantime, adding an __all__ attribute to your
modules may help to clarify what belongs to the
published interface.

--
Greg



More information about the Pyrex mailing list