[Pyrex] C-API implementation in Pyrex 0.9.6

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Oct 13 02:16:27 CEST 2007


Stefan Behnel wrote:
> I think it's better to let the user decide which types are relevant. Declaring
> them "public" would be sufficient

Putting them in a .pxd file *is* effectively declaring
them public. If they're not used by anything else in
the .pxd, there's no need for them to be there.

However, I can see that you might want to export some
types for use by Pyrex but not for C, so I'll give
this some more thought.

--
Greg



More information about the Pyrex mailing list