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 Marian.Ganisin, alexandre.vassalotti, bkabrda, flox, genij.math, pitrou, python-dev, serhiy.storchaka
Date 2015-11-26.21:56:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448574985.84.0.138620175385.issue10131@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Marian for your patch. Committed modified patch with tests. For compatibility with data pickled by unpatched Python we have to keep __setstate__.

The discrepancy between pickle and copy module is different not easy issue.
History
Date User Action Args
2015-11-26 21:56:25serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, flox, python-dev, Marian.Ganisin, genij.math, bkabrda
2015-11-26 21:56:25serhiy.storchakasetmessageid: <1448574985.84.0.138620175385.issue10131@psf.upfronthosting.co.za>
2015-11-26 21:56:25serhiy.storchakalinkissue10131 messages
2015-11-26 21:56:25serhiy.storchakacreate