[Numpy-discussion] pickling/unpickling numpy.void and numpy.record for multiprocessing

Martin Spacek numpy at mspacek.mm.st
Fri Feb 26 20:40:17 EST 2010


On 2010-02-26 15:26, Pauli Virtanen wrote:
> No, the unpickled void scalar will own its data. The problem is that
> either the data is not saved correctly (unlikely), or it is unpickled
> incorrectly.
>
> The relevant code path to look at is multiarraymodule:array_scalar ->
> scalarapi.c:PyArray_Scalar. Needs some cgdb'ing to find out what's going
> on there.
>
> Please file a bug report on this.

OK, Done. See http://projects.scipy.org/numpy/ticket/1415

Martin






More information about the NumPy-Discussion mailing list