R. David Murray added the comment:

All python3 ints are what used to be long ints in python2, so the code that 
recognized short ints no longer exists.  Do the numpy types implement 
__index__?  It looks like json doesn't check for __index__, and I wonder if it 
should.

----------
nosy: +r.david.murray

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

Reply via email to