Lisandro Dalcin wrote: > On Fri, Oct 23, 2009 at 6:37 PM, Dag Sverre Seljebotn wrote: >> Unless there's been a recent change it needs a serious cleanup before >> being applied, let's bump it to 0.12.1 or wishlist (no trac access, >> sorry). >> >> (There is, in addition to the change we want, a hack to to treat an >> array.array as a 2D array which is much (much much) better suited for >> a subclass..) > > I'm not sure if I understood you, but from my side I do not like the > idea of playing games with the traditional 1D array.array type to make > it appears as 2D...
I assume that Dag meant that there's 2D support integrated into the patch, and that it would be better to refactor that into a separate subclass. I agree with that. Most people won't use it and it's much better to have simpler code for the normal use cases. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
