[Cython] Pure python mode
Stefan Behnel
stefan_ml at behnel.de
Fri Nov 14 10:13:09 CET 2008
Greg Ewing wrote:
> Stefan Behnel wrote:
>
>> Not only in this case would it be nice to allow extension classes to
>> inherit from object in Cython without any additional setup.
>
> What do you mean by that? Extension classes already
> inherit from object implicitly.
Yes, but you can't currently write
cdef class A(object): pass
without declaring 'object' as a C class first.
Stefan
More information about the Cython-dev
mailing list