[NumPy-Tickets] [NumPy] #1282: non consequent dtype object identity
NumPy Trac
numpy-tickets@scipy....
Sun Sep 5 13:30:16 CDT 2010
#1282: non consequent dtype object identity
-------------------------+--------------------------------------------------
Reporter: mcieslik | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.5.1
Component: numpy.core | Version: 1.3.0
Resolution: wontfix | Keywords: dtype id
-------------------------+--------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => wontfix
Comment:
I don't think dtype objects are meant to be singletons, so it is indeed
not guaranteed that the type objects for the same type are the same
object. Equality comparison works, however.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1282#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list