I am confused about the ownership mechanism in numpy.
import numpy as np a = np.arange(10) a.flags.owndata # True id(a) # 140289740187168