From: Todd M. <jm...@st...> - 2004-07-06 13:57:49
|
On Tue, 2004-07-06 at 05:41, Curzio Basso wrote: > Hi all, > can someone explain me why in the docs functions like NA_NewArray() > return a PyObject*, while in the headers they return a PyArrayObject*? > Is it just the documentation which is slow to catch up with the > development? Yes, it's a bona fide inconsistency. It's not great, but it's fairly harmless since a PyArrayObject is a PyObject. |