diff options
author | Anne Archibald <peridot.faceted@gmail.com> | 2021-03-28 13:36:25 +0100 |
---|---|---|
committer | Anne Archibald <peridot.faceted@gmail.com> | 2021-03-28 16:06:07 +0100 |
commit | 7a4098825a301be93f6e13e69cf12add9a940cd4 (patch) | |
tree | c05a3ac4c755b21207f5cd17aa959fd9041a398f /numpy/array_api | |
parent | f0767ababd553efb30edd3c0c04dcafdc44f1458 (diff) | |
download | numpy-7a4098825a301be93f6e13e69cf12add9a940cd4.tar.gz |
BUG: fix segfault in object/longdouble operations
The operation None*np.longdouble(3) was causing infinite recursion as it
searched for the appropriate conversion method. This resolves that, both
for general operations and for remainders specifically (they fail in a
subtly different way).
Closes #18548
Diffstat (limited to 'numpy/array_api')
0 files changed, 0 insertions, 0 deletions