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 tarek
Recipients rhettinger, tarek
Date 2017-02-27.10:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488190890.97.0.257287797026.issue29663@psf.upfronthosting.co.za>
In-reply-to
Content
collections.deque could be serialized in JSON as a simple array.

The only thing we can lose in the process is the maxlen value, but I think it's a decent behaviour to ignore it when encoding and to set it to None when decoding.
History
Date User Action Args
2017-02-27 10:21:31tareksetrecipients: + tarek, rhettinger
2017-02-27 10:21:30tareksetmessageid: <1488190890.97.0.257287797026.issue29663@psf.upfronthosting.co.za>
2017-02-27 10:21:30tareklinkissue29663 messages
2017-02-27 10:21:30tarekcreate