- # running with pypy - SystemError: An exception was set, but function returned a value
- # running with cpython - OverflowError: Python int too large to convert to C long
- import numpy as np
- data=np.array([np.uint64(9223372036854775808)]*5, dtype=object)
- res = data.astype('i8', copy=False)
- print res