This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kxroberto
Recipients ggenellina, hniksic, kxroberto, pitrou
Date 2009-05-16.11:32:33
SpamBayes Score 1.3272243e-07
Marked as misclassified No
Message-id <1242473556.63.0.753500517426.issue5141@psf.upfronthosting.co.za>
In-reply-to
Content
A first thing would be to select a suitable prefix name for the Array
API. Because the Numpy people have 'stolen' PyArray_ instead of staying
home with PyNDArray_ or so ;-)

In case sb goes into this:
Other than PyList_ like stuff and existing members, think for speedy
access (like in Cython array.pxd) a direct resizing, the buffer pointer,
and something handy like this should be directly exposed:

int 
PyArr_ExtendFromBuffer(PyObject *arr, void* stuff, Py_ssize_t items)
History
Date User Action Args
2009-05-16 11:32:37kxrobertosetrecipients: + kxroberto, ggenellina, pitrou, hniksic
2009-05-16 11:32:36kxrobertosetmessageid: <1242473556.63.0.753500517426.issue5141@psf.upfronthosting.co.za>
2009-05-16 11:32:35kxrobertolinkissue5141 messages
2009-05-16 11:32:33kxrobertocreate