Message244321
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. |
|
Date |
User |
Action |
Args |
2015-05-28 16:54:40 | r.david.murray | set | recipients:
+ r.david.murray, thomas-arildsen |
2015-05-28 16:54:40 | r.david.murray | set | messageid: <1432832080.52.0.379150577552.issue24313@psf.upfronthosting.co.za> |
2015-05-28 16:54:40 | r.david.murray | link | issue24313 messages |
2015-05-28 16:54:40 | r.david.murray | create | |
|