I'm trying to construct some data that includes numpy arrays in pypy,
pickle it, then unpickle it in cpython (to use some
non-pypy-compatible libs).

However, the actual class of the pickled array is _numpypy.multiarray,
which cpython doesn't have.

Any suggestions?

Thanks,
Eli
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to