Re: Efficient array creation

Greg Ewing <[email protected]> Sat, 28 Jun 2008 13:26:48 +1200
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
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