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 eli.bendersky
Recipients alexandre.vassalotti, barry, eli.bendersky, ethan.furman, gvanrossum, larry, pitrou, python-dev, serhiy.storchaka
Date 2014-02-20.13:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392903746.59.0.380578696973.issue20653@psf.upfronthosting.co.za>
In-reply-to
Content
Ethan, the patch you committed here seems obscure to me. Why __reduce_ex__ and not __reduce__? Where are the accompanying documentation changes? Can you clarify more how the full logic of pickling now works - preferably in comments withing the code?
History
Date User Action Args
2014-02-20 13:42:26eli.benderskysetrecipients: + eli.bendersky, gvanrossum, barry, pitrou, larry, alexandre.vassalotti, ethan.furman, python-dev, serhiy.storchaka
2014-02-20 13:42:26eli.benderskysetmessageid: <1392903746.59.0.380578696973.issue20653@psf.upfronthosting.co.za>
2014-02-20 13:42:26eli.benderskylinkissue20653 messages
2014-02-20 13:42:26eli.benderskycreate