Robert Kern <robert.k...@gmail.com> added the comment:

numpy.int is just an alias to the builtin int, left for historical reasons. The 
integer scalar type that has the same width as Python's int (numpy.int32 or 
numpy.int64, depending) will always pass the isinstance() check. Since it's the 
default integer type in numpy arrays, it will be the most frequently 
encountered.

Thanks!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to