Closed
Description
In
http://docs.scipy.org/doc/numpy-1.10.1/user/c-info.python-as-glue.html
in the discussion of ctypes,
the example function
void dfilter2d(double *a, double *b, int *astrides, int *dims)
takes astrides and dims as int_, but it seems the correct signature is long_
at least with an x64, Python 2.7.6, numpy 1.8.2