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 belopolsky, benjamin.peterson, berker.peksag, brandon-rhodes, daniel.urban, eric.araujo, ezio.melotti, ncoghlan, pitrou, python-dev, sandro.tosi, serhiy.storchaka
Date 2017-02-21.09:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487669624.23.0.550849757689.issue11572@psf.upfronthosting.co.za>
In-reply-to
Content
copy and pickle use the same protocol. The copy module shouldn't be changed independently, the changes should be synchronised with both implementations of the pickle module.
History
Date User Action Args
2017-02-21 09:33:44serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, belopolsky, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, daniel.urban, sandro.tosi, brandon-rhodes, python-dev, berker.peksag
2017-02-21 09:33:44serhiy.storchakasetmessageid: <1487669624.23.0.550849757689.issue11572@psf.upfronthosting.co.za>
2017-02-21 09:33:44serhiy.storchakalinkissue11572 messages
2017-02-21 09:33:44serhiy.storchakacreate