Another thing to consider is how this would interact with subclassing. Will it be legal to do something like
cdef class B(A(len=10)):
...
and if so, how does the initialisation of B
ensure that the length constraint is satisfied?
--
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev
