mattip <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1484> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
