[pypy-issue] [issue1649] np.load bug on pypy 2.21

Brian Kearns tracker at bugs.pypy.org
Tue Dec 3 18:38:25 CET 2013


Brian Kearns <bdkearns at gmail.com> added the comment:

this has been fixed since 2.2.1, try the nightly.

On Tue, Dec 3, 2013 at 7:07 AM, handloomweaver <tracker at bugs.pypy.org>wrote:

>
> New submission from handloomweaver <a.w.macmillan at gmail.com>:
>
> >> 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 <tracker at bugs.pypy.org>
> <https://bugs.pypy.org/issue1649>
> ________________________________________
> _______________________________________________
> pypy-issue mailing list
> pypy-issue at python.org
> https://mail.python.org/mailman/listinfo/pypy-issue
>

----------
nosy: +bdk
status: unread -> chatting

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


More information about the pypy-issue mailing list