Hi

I wanna subclass the builtin dict. I read through the doc but
unfortunately I haven't got it...
I think I need to do something like:

cdef extern from "dictobject.h":
    ctypedef class __builtin__.dict [object PyDictObject]

but then what else, how do I define it after declaration?

thx
martin
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to