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 serhiy.storchaka
Recipients Amit Feller, BTaskaya, Eli_B, njs, pitrou, r.david.murray, serhiy.storchaka, thomas-arildsen, vlbrown
Date 2019-10-22.17:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571766402.76.0.672131526621.issue24313@roundup.psfhosted.org>
In-reply-to
Content
We could use __index__ for serializing numpy.int64. But what to do with numpy.float32 and numpy.float128? It is a part of a much larger problem (which includes other numbers, collections, encoded strings, named tuples and data classes, etc). I am working on it, but there is a lot of work.
History
Date User Action Args
2019-10-22 17:46:43serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, r.david.murray, njs, Eli_B, thomas-arildsen, Amit Feller, BTaskaya, vlbrown
2019-10-22 17:46:42serhiy.storchakasetmessageid: <1571766402.76.0.672131526621.issue24313@roundup.psfhosted.org>
2019-10-22 17:46:42serhiy.storchakalinkissue24313 messages
2019-10-22 17:46:42serhiy.storchakacreate