summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-04-17 03:27:15 -0700
committerSebastian Berg <sebastian@sipsolutions.net>2022-06-13 09:36:57 -0700
commit4c2a3d0030c244e152eb77365c8973dc07621186 (patch)
tree0381c24d4f599e8a7686ae5887a72a3c8c67ee77 /numpy/core/include
parentd53fe91e551f6318e004665995456b838429e4ab (diff)
downloadnumpy-4c2a3d0030c244e152eb77365c8973dc07621186.tar.gz
fixups
Diffstat (limited to 'numpy/core/include')
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h5
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;
/*