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 ethan.furman
Recipients alexandre.vassalotti, barry, eli.bendersky, ethan.furman, gvanrossum, larry, pitrou, serhiy.storchaka
Date 2014-02-18.20:23:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392754996.13.0.434015431709.issue20653@psf.upfronthosting.co.za>
In-reply-to
Content
Patch allows subclass to override __reduce_ex__, which is useful if a mixed-in type does not have proper pickle support.
History
Date User Action Args
2014-02-18 20:23:16ethan.furmansetrecipients: + ethan.furman, gvanrossum, barry, pitrou, larry, alexandre.vassalotti, eli.bendersky, serhiy.storchaka
2014-02-18 20:23:16ethan.furmansetmessageid: <1392754996.13.0.434015431709.issue20653@psf.upfronthosting.co.za>
2014-02-18 20:23:16ethan.furmanlinkissue20653 messages
2014-02-18 20:23:16ethan.furmancreate