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 sandro.tosi
Recipients belopolsky, benjamin.peterson, brandon-rhodes, daniel.urban, eric.araujo, ezio.melotti, ncoghlan, pitrou, python-dev, sandro.tosi
Date 2011-08-06.10:24:37
SpamBayes Score 8.3904495e-05
Marked as misclassified No
Message-id <1312626278.47.0.313083426557.issue11572@psf.upfronthosting.co.za>
In-reply-to
Content
JFTR, the same kind of check of __reduce_ex__ and then falling back on __reduce__ is prenset in pickle too: maybe it's worth align them?
History
Date User Action Args
2011-08-06 10:24:38sandro.tosisetrecipients: + sandro.tosi, ncoghlan, belopolsky, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, daniel.urban, brandon-rhodes, python-dev
2011-08-06 10:24:38sandro.tosisetmessageid: <1312626278.47.0.313083426557.issue11572@psf.upfronthosting.co.za>
2011-08-06 10:24:37sandro.tosilinkissue11572 messages
2011-08-06 10:24:37sandro.tosicreate