diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-23 20:14:17 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-23 20:14:17 -0500 |
commit | 6af544fa49145c7075d32e239e1970d509f49630 (patch) | |
tree | 8e0652c2ccaa3b6b3e25e39286196ace344675eb /numpy/array_api/_statistical_functions.py | |
parent | 3fd9d675ac45b8a29402162cc0de646f7c6bf8c3 (diff) | |
download | numpy-6af544fa49145c7075d32e239e1970d509f49630.tar.gz |
BUG: Fix cast safety and comparisons for zero sized voids
These are more complicated and weird things could happen...
right now, the only "weird" thing is that some sized to unsized
voids casts may be considered as safe when they should not be.
I think this is fine... In general, we need to fix all casts
to a strict interpretation of V0, S0, and U0 and then then
allow "V", "S", and "U" explicitly on the python entry-points
Right now, this is as minimal as I could make it work, it isn't
as minimal as I would _like_ after a release, but here we go...
Diffstat (limited to 'numpy/array_api/_statistical_functions.py')
0 files changed, 0 insertions, 0 deletions