diff options
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r-- | COMPATIBILITY | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY index 4a7dd7f21..042f6768d 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -50,5 +50,7 @@ the arguments have changed. a->descr->cast[i](fromdata, fromstep, todata, tostep, n) a->descr->cast[i](fromdata, todata, n, PyArrayObject *in, PyArrayObject *out) + anything but single-stepping is not supported by this function + use the PyArray_CastXXXX functions. |