Hi all,
I'm having a error using memmap objects shared among processes created
by the multprocessing module. This error only happen in Windows with
numpy 1.5 or above, in numpy 1.4.1 it doesn't happen, In Linux and Mac
OS X it doesn't happen. This error is demonstrated by this little
example scrip
I think I just found a reference leak in the reduction ufunc code that
was exercised by some of the matplotlib regression tests. You may want
to look at this before cutting a release:
https://github.com/numpy/numpy/pull/76
Cheers,
Mike
On 04/17/2011 11:55 AM, Ralf Gommers wrote:
> Hi,
>
> The