This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients r.david.murray, thomas-arildsen
Date 2015-05-28.16:54:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432832080.52.0.379150577552.issue24313@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-28 16:54:40r.david.murraysetrecipients: + r.david.murray, thomas-arildsen
2015-05-28 16:54:40r.david.murraysetmessageid: <1432832080.52.0.379150577552.issue24313@psf.upfronthosting.co.za>
2015-05-28 16:54:40r.david.murraylinkissue24313 messages
2015-05-28 16:54:40r.david.murraycreate