[pypy-issue] [issue1484] numpy pickling

mattip tracker at bugs.pypy.org
Fri May 17 00:28:16 CEST 2013


mattip <matti.picus at gmail.com> added the comment:

this can be simplified, it appears pickling is not yet completely supported
a = np.zeros(3)
pickle.dumps(np.sum(a)) =>
TypeError: can't pickle float64 objects

----------
nosy: +mattip, rguillebert
status: chatting -> in-progress

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1484>
________________________________________


More information about the pypy-issue mailing list