diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-04-17 03:27:15 -0700 |
|---|---|---|
| committer | Sebastian Berg <sebastian@sipsolutions.net> | 2022-06-13 09:36:57 -0700 |
| commit | 4c2a3d0030c244e152eb77365c8973dc07621186 (patch) | |
| tree | 0381c24d4f599e8a7686ae5887a72a3c8c67ee77 /numpy/core/include | |
| parent | d53fe91e551f6318e004665995456b838429e4ab (diff) | |
| download | numpy-4c2a3d0030c244e152eb77365c8973dc07621186.tar.gz | |
fixups
Diffstat (limited to 'numpy/core/include')
| -rw-r--r-- | numpy/core/include/numpy/ndarraytypes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h index c295f34bb..97e0f4e2a 100644 --- a/numpy/core/include/numpy/ndarraytypes.h +++ b/numpy/core/include/numpy/ndarraytypes.h @@ -1380,7 +1380,10 @@ typedef struct { int nd_fancy; npy_intp fancy_dims[NPY_MAXDIMS]; - /* Whether the iterator (any of the iterators) requires API */ + /* + * Whether the iterator (any of the iterators) requires API. This is + * unused by NumPy itself; ArrayMethod flags are more precise. + */ int needs_api; /* |
