Robin Becker wrote: > OK thanks. I noticed that all seems to work. Is the intent to allow > inheriting > from builtin types to be handled automatically as it is in python where list > is > both a constructor and a type?
FWIW, the current version of Pyrex handles inheriting from the builtin list type okay, without the need for any declarations. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
