I want to detect overflow in integer operations of numpy ndarray. It is possible in element-wise operation.
# no warning. array = np.array([100_000], np.int32) a