[Pyrex] [Cython-dev] cdef private class ... ?

Stefan Behnel stefan_ml at behnel.de
Thu Jan 31 08:27:55 CET 2008


Hi Greg,

Greg Ewing wrote:
> You only need an "api" declaration for access from non-Pyrex
> C code. (And I'm thinking about dropping that requirement too,
> since the rules concerning what's visible where are getting
> rather complicated and hard to keep track of.)

You mean: make all C functions "api" by default, right? I actually prefer
having an explicit API here. For things that come from outside (Python or C),
you might need more error checking than for internally used functions.

Stefan



More information about the Pyrex mailing list