summaryrefslogtreecommitdiff
path: root/numpy/array_api/_elementwise_functions.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-06-23 20:14:17 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2021-06-23 20:14:17 -0500
commit6af544fa49145c7075d32e239e1970d509f49630 (patch)
tree8e0652c2ccaa3b6b3e25e39286196ace344675eb /numpy/array_api/_elementwise_functions.py
parent3fd9d675ac45b8a29402162cc0de646f7c6bf8c3 (diff)
downloadnumpy-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/_elementwise_functions.py')
0 files changed, 0 insertions, 0 deletions