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 Olivier.Gagnon, eric.snow, madison.may, rhettinger, serhiy.storchaka, vajrasky
Date 2013-07-11.14:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373553009.54.0.19496355912.issue18352@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch. It includes a fix for OrderedDict.copy(). Counter's copy() and __reduce__() are simplified. Added tests for OrderedDict which checks that OrderedDict copying and pickling preserves dynamic attributes.
History
Date User Action Args
2013-07-11 14:30:09serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.snow, madison.may, vajrasky, Olivier.Gagnon
2013-07-11 14:30:09serhiy.storchakasetmessageid: <1373553009.54.0.19496355912.issue18352@psf.upfronthosting.co.za>
2013-07-11 14:30:09serhiy.storchakalinkissue18352 messages
2013-07-11 14:30:09serhiy.storchakacreate