[Pyrex] Early-binding of builtins?

Stefan Behnel behnel_ml at gkec.informatik.tu-darmstadt.de
Sun Jul 23 02:57:16 UTC 2006



Stefan Behnel wrote:
> [...]
> and then I define them as functions in a "python.pyx":

"python.pxd", obviously ...

> ------------------------------
> cdef extern from ...:
>     cdef int isinstance(object instance, object classes)
>     cdef int issubclass(object derived,  object superclasses)

[...]

Stefan



More information about the Pyrex mailing list