Lisandro Dalcin wrote: > [...] this is spotting a portability > problem on your code in previous Cython versions :-). > > On Wed, Feb 11, 2009 at 5:32 PM, Jason Evans <[email protected]> wrote: >> I have a class declaration that looks like: >> >> cdef class DistMatrix: >> # ... >> cdef readonly size_t ntaxa
I don't understand what portability problem you're referring to. Assuming that size_t was defined to be unsigned long or unsigned long long (depending on the platform), why would there be a problem? Thanks, Jason P.S. The changes Robert pushed today allow my code to build and run again. Thanks Robert! _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
