Allow some numba exceptions on 32 bit systems, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
commit87e47a4815336fa0e3f4a0366aea58b2a04d0b9e
tree6341b496463670197b83ac7e70acb6de3e390b83
parent53941f7651c3b2816a98e85546c31a6bad9d7063
Allow some numba exceptions on 32 bit systems, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel
and crash on ppc64el.

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/core/window/numba_.py
pandas/tests/window/test_numba.py