[Pyrex] Efficient array creation

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jun 28 03:26:48 CEST 2008


Brad Schick wrote:
> Is there an efficient way to create python array instances in pyrex 
> code?

If you're talking about array.array, unfortunately the
internals of that type are not exposed in the Python
headers, so short of hackery, there's not much that can
be done.

-- 
Greg



More information about the Pyrex mailing list