[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] numpy migration (again)



René Dudfield wrote:
Not copying unless asked to.

python arrays are mutable, so you need to copy explicitly.  So the
pixels calls will still work as they do now.

I still don't understand *how* this will allow Numeric
and/or numpy arrays to be used without pygame having
any dependency on those packages.

Or are you talking about the new array interface
that's coming rather than the existing array module?

--
Greg