Brian Kearns <[email protected]> added the comment: this has been fixed since 2.2.1, try the nightly.
On Tue, Dec 3, 2013 at 7:07 AM, handloomweaver <[email protected]>wrote: > > New submission from handloomweaver <[email protected]>: > > >> np.load('blah.npy') > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File > > "/Users/handloomweaver/.virtualenvs/pypy221/site-packages/numpy/lib/npyio.py", > line 391, in load > return format.read_array(fid) > File > > "/Users/handloomweaver/virtualenvs/pypy221/site-packages/numpy/lib/format.py", > line 451, in read_array > if dtype.hasobject: > AttributeError: 'dtype' object has no attribute 'hasobject' > > ---------- > messages: 6391 > nosy: handloomweaver, pypy-issue > priority: bug > status: unread > title: np.load bug on pypy 2.21 > > ________________________________________ > PyPy bug tracker <[email protected]> > <https://bugs.pypy.org/issue1649> > ________________________________________ > _______________________________________________ > pypy-issue mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-issue > ---------- nosy: +bdk status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1649> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
