diff options
Diffstat (limited to 'numpy/core/src/arrayobject.c')
-rw-r--r-- | numpy/core/src/arrayobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c index f82cc8d57..1d674fb5f 100644 --- a/numpy/core/src/arrayobject.c +++ b/numpy/core/src/arrayobject.c @@ -8824,6 +8824,7 @@ arraydescr_setstate(PyArray_Descr *self, PyObject *args) /*OBJECT_API Deep bytorder change of a data-type descriptor + *** Leaves reference count of self unchanged --- does not DECREF self *** */ static PyArray_Descr * PyArray_DescrNewByteorder(PyArray_Descr *self, char newendian) |