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 Omer.Katz
Recipients Omer.Katz
Date 2016-02-01.18:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454352639.9.0.0979042510265.issue26263@psf.upfronthosting.co.za>
In-reply-to
Content
Is there a reason why the JSON module doesn't serialize array.array() instances by default?
Currently you need to convert them to tuples but I'm confident that the C API for those types is enough to iterate over the array and serialize it to a JSON list.
We should support serializing arrays by default in my opinion.
History
Date User Action Args
2016-02-01 18:50:39Omer.Katzsetrecipients: + Omer.Katz
2016-02-01 18:50:39Omer.Katzsetmessageid: <1454352639.9.0.0979042510265.issue26263@psf.upfronthosting.co.za>
2016-02-01 18:50:39Omer.Katzlinkissue26263 messages
2016-02-01 18:50:39Omer.Katzcreate