Looks good. It might be good to change it back to (void *) for the PyArray_DATA inline function as well, I changed that during lots of tweaking to get things to build properly.
-Mark On Wed, Jul 27, 2011 at 11:46 AM, Michael Droettboom <[email protected]>wrote: > The return type of PyArray_BYTES in the old API compatibility code seems > to have changed recently to (void *) which breaks matplotlib builds. > This pull request changes it back. Is this correct? > > https://github.com/numpy/numpy/pull/121 > > Mike > _______________________________________________ > 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
