这不像好奇心那么严重。在我的64位linux解释器中我可以执行In[10]:np.int64==np.int64Out[10]:TrueIn[11]:np.int64isnp.int64Out[11]:True太好了,正是我所期望的。但是我发现了numpy.core.numeric模块的这个奇怪的属性In[19]:fromnumpy.core.numericimport_typelessdataIn[20]:_typelessdataOut[20]:[numpy.int64,numpy.float64,numpy.complex128,numpy.int64]奇怪为什么numpy.in