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 acdha, bob.ippolito, ezio.melotti, gdr@garethrees.org, lisroach, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-03-27.06:54:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490597665.64.0.237588174622.issue20774@psf.upfronthosting.co.za>
In-reply-to
Content
Seems there are reference leaks. And I afraid that importing a module for every serialized object can significantly hit the performance. Can you run some benchmarks?

> An __json__ attribute would have to convert to a list first.  Adding support directly to the json module would allow the deque to be read directly.

With PR 830 the deque is converted to a list by json encoder.
History
Date User Action Args
2017-03-27 06:54:25serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, pitrou, ezio.melotti, r.david.murray, gdr@garethrees.org, acdha, lisroach
2017-03-27 06:54:25serhiy.storchakasetmessageid: <1490597665.64.0.237588174622.issue20774@psf.upfronthosting.co.za>
2017-03-27 06:54:25serhiy.storchakalinkissue20774 messages
2017-03-27 06:54:25serhiy.storchakacreate