On Wed, 2008-06-18 at 12:15 +1200, Greg Ewing wrote: > Another approach you might be able to use in the meantime > is creating a Python subclass of the extension type to > hold the class attributes.
Thanks, Greg. That is indeed a valid workaround. However, it loses the performance benefits of declaring the class as a Pyrex/Cython 'cdef class'. Cheers David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
