On Thu, Jun 9, 2011 at 3:39 AM, Yoshi Rokuko <[email protected]> wrote:
> +-------------------------------------------- Mark Wiebe -----------+ > > > > I believe what you may want is PyArray_ContiguousFromAny instead of > > PyArray_ContiguousFromObject. > > > > are you sure that there is a difference? i think its just the new > name for the same thing right? > If you tried it and it behaves exactly the same, then I guess not. Using PyArray_FromAny with the appropriate flags would be the fallback approach in that case. -Mark > > best regards, yoshi > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
