Dag Sverre Seljebotn wrote: > And this > difference in behaviour comes entirely from strides having a name-clash > while shape/dimensions do not.
I missed the beginning of this, so I'm not sure exactly what problem is being discussed here, but I suspect you're making all this much more complicated than it needs to be. If a name clash is the only problem, it should be easily resolvable by using a C name declaration to give the offending attribute a different name in the Pyrex/Cython code. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
