diff options
| author | Gagandeep Singh <gdp.1807@gmail.com> | 2021-11-09 17:22:54 +0530 |
|---|---|---|
| committer | Gagandeep Singh <gdp.1807@gmail.com> | 2021-11-09 17:22:54 +0530 |
| commit | 5cb2d64eb00b8fd8531c0c722dbb6105cbe8e277 (patch) | |
| tree | 29344aa1ae32bff9fd3089ebd207ad2667230027 /numpy/core/include | |
| parent | d9a9785ada0b4a2b8694511dd854121f618f4f56 (diff) | |
| download | numpy-5cb2d64eb00b8fd8531c0c722dbb6105cbe8e277.tar.gz | |
Addressed reviews and increased code coverage
Diffstat (limited to 'numpy/core/include')
| -rw-r--r-- | numpy/core/include/numpy/ndarraytypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h index 566eae357..cc3b7c006 100644 --- a/numpy/core/include/numpy/ndarraytypes.h +++ b/numpy/core/include/numpy/ndarraytypes.h @@ -938,7 +938,7 @@ typedef int (PyArray_FinalizeFunc)(PyArrayObject *, PyObject *); #define NPY_ARRAY_UPDATEIFCOPY 0x1000 /* Deprecated in 1.14 */ #define NPY_ARRAY_WRITEBACKIFCOPY 0x2000 -#define _NPY_ARRAY_ENSURENOCOPY 0x4000 +#define NPY_ARRAY_ENSURENOCOPY 0x4000 /* * NOTE: there are also internal flags defined in multiarray/arrayobject.h, |
