I have a class declaration that looks like:
cdef class DistMatrix:
# ...
cdef readonly size_t ntaxa
With the recent size_t-related changes, I now get the following
compilation error:
C attribute of type 'size_t' cannot be accessed from Python
I hope this isn't an intentional change... =)
Jason
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev
