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 alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
Date 2013-05-03.19:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367610016.74.0.566900545996.issue17900@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which allows pickling of recursive OrderedDicts. Actually it simplifies __reduce__() code.
History
Date User Action Args
2013-05-03 19:40:16serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti
2013-05-03 19:40:16serhiy.storchakasetmessageid: <1367610016.74.0.566900545996.issue17900@psf.upfronthosting.co.za>
2013-05-03 19:40:16serhiy.storchakalinkissue17900 messages
2013-05-03 19:40:16serhiy.storchakacreate