diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-18 14:01:18 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-18 14:04:36 -0500 |
commit | 91cb875672b6dffb2adca039669943e675c873f0 (patch) | |
tree | 27d3ef9fe61d8c2d2f331af5094792ea1f59572b /numpy/array_api/_elementwise_functions.py | |
parent | 3ac75963a41fc881a00d7656d97615878e5575b4 (diff) | |
download | numpy-91cb875672b6dffb2adca039669943e675c873f0.tar.gz |
BUG: Fix `arr.flat.index` for large or big-endian machines
The type read when exposing was previously int, but has to be
intp. this would only be visible for >2**31 elements, but is
also visible on big-endian machines.
Closes gh-19153
Diffstat (limited to 'numpy/array_api/_elementwise_functions.py')
0 files changed, 0 insertions, 0 deletions