[Python-Dev] Re: buglet in interaction between pygame, Numeric & copy in Python 2.3 (original) (raw)

A.M. Kuchling amk@amk.ca
Thu, 31 Jul 2003 15:03:15 -0400


On Thu, 31 Jul 2003 18:06:12 +0200, Alex Martelli <aleaxit@yahoo.com> wrote:

copyreg.dispatchtable. Module Numeric installs such a reductor WHEN IMPORTED -- but pygame never imports it even though functions such as the above-used pixels3d do return instances of Numeric.array.

This is startling; how is it possible to return instances of Numeric.array without importing Numeric?

--amk