[pypy-issue] [issue1021] numpypy: incorrect dtype comparison (vs original numpy)

Dmitrey tracker at bugs.pypy.org
Wed Jan 25 13:19:56 CET 2012


New submission from Dmitrey <dmitrey15 at ukr.net>:

>>> a=np.array([1,2,3],'int64')
>>> a.dtype
dtype('int64')
>>> a.dtype=='int64'
True

>>>> a=np.array([1,2,3],'int64')
>>>> a.dtype
dtype('int64')
>>>> a.dtype=='int64'
False

----------
messages: 3813
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy: incorrect dtype comparison (vs original numpy)

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


More information about the pypy-issue mailing list