[Pyrex] C-API implementation in Pyrex 0.9.6
Greg Ewing
greg.ewing at canterbury.ac.nz
Sat Oct 13 01:57:31 CEST 2007
Stefan Behnel wrote:
> Greg Ewing wrote:
>
>>You can do that by declaring fast_gcd in a .pxd file, e.g.
>
> Is that black magic or just a naming convention?
What do you mean by "that"?
Declaring something in a .pxd is the way you say that
you want it to be available for cimport. There's no
black magic involved, unless you regard the whole of
the cimport mechanism as black magic.
--
Greg
More information about the Pyrex
mailing list