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 barry, benjamin.peterson, doko, martin.panter, serhiy.storchaka
Date 2015-11-30.23:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448925937.52.0.810679644275.issue25698@psf.upfronthosting.co.za>
In-reply-to
Content
Default __reduce_ex__ and __reduce__ implementations call copy_reg._reduce_ex. cPickle.dumps({}) works because __reduce_ex__ is not called, dict is supported by pickle directly.
History
Date User Action Args
2015-11-30 23:25:37serhiy.storchakasetrecipients: + serhiy.storchaka, barry, doko, benjamin.peterson, martin.panter
2015-11-30 23:25:37serhiy.storchakasetmessageid: <1448925937.52.0.810679644275.issue25698@psf.upfronthosting.co.za>
2015-11-30 23:25:37serhiy.storchakalinkissue25698 messages
2015-11-30 23:25:37serhiy.storchakacreate