Array API — NumPy v1.9 Manual - Numpy and Scipy Documentation — Numpy and Scipy documentation
From scratch PyObject* PyArray_NewFromDescr(PyTypeObject* subtype, PyArray_Descr* descr, int nd, npy_intp* dims, npy_intp* strides, void* data, int flags, PyObject* obj) This function steals a reference to descr. This is the main array creation function....