inconsistencies between docs and C headers?

July 5, 2004
9:42 p.m.
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? Or am i missing something? thanks, curzio

July 2004
1:58 a.m.
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.
7555
Age (days ago)
7555
Last active (days ago)
1 comments
2 participants
participants (2)
-
Curzio Basso
-
Todd Miller