-
Add pypyjit test for issue #2148 (closed)
-
Move
find_shape_and_elems()
toctors.py
, since it's only used there -
extract
is_scalar_like()
fromfind_shape_and_elems()
-
Create fast path for scalars in
numpify()
-
_calc_dtype()
is unroll_safe since it's a search loop over a list of bounded length -
Fix wrong result when, e.g., adding a scalar and a sequence