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

Reply via email to