On Wed, 2010-05-12 at 23:06 -0400, Chris Colbert wrote:
> I had this problem back in 2009 when building Enthought Enable, and
> was happy with a work around. It just bit me again, and I finally got
> around to drilling down to the problem.
>
>
> On linux, if one uses the numpy/site.cfg [default]
On Thu, 2009-03-12 at 19:59 +0100, Dag Sverre Seljebotn wrote:
> (First off, is it OK to continue polling the NumPy list now and then on
> Cython language decisions? Or should I expect that any interested Cython
> users follow the Cython list?)
>
> In Python, if I write "-1 % 5", I get 4. Howeve
you can create an array without changing the values of the allocated memory
by using numpy.empty() or numpy.ndarray()
this will allow you to create an array of any size without specifying the
contents beforehand.
I'm not sure what you mean by "empty", because any memory address will have
a val