Let\'s say I have following Cython code:
cimport cython cimport numpy as np import numpy as np cdef np.int64_t[:] view = np.zeros(1000, dtype=np.int64) array = n