[pypy-dev] pickle numpy array from pypy to cpython?

Armin Rigo arigo at tunes.org
Thu Jun 30 01:58:10 EDT 2016


Hi Eli, hi Matti,

On 29 June 2016 at 21:37, Eli Stevens (Gmail) <wickedgrey at gmail.com> wrote:
> To make sure I'm understanding, are you saying that upstream/cpython
> numpy should pick up an alternate way to import multiarray (via
> _numpypy.multiarray, instead of numpy.core.multiarray)

Hum, in my opinion we should always pickle/unpickle arrays by
reproducing and expecting the exact same format as CPython's numpy,
with no warnings.  Any difference (e.g. with complicated dtypes) is a
bug that should eventually be fixed.


A bientôt,

Armin.


More information about the pypy-dev mailing list