fix `needs_broadcasting` expression (#8537)
in Python3, `range()` function doesn't create lists, so `[0, 1, 2] != range(4)[:-1]` always returns True
Loading
Please sign in to comment
in Python3, `range()` function doesn't create lists, so `[0, 1, 2] != range(4)[:-1]` always returns True