Message9871

Author jmadden
Recipients jmadden, zyasoft
Date 2015-04-16.13:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429190720.76.0.677820108833.issue2323@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch solves this issue by taking the same approach that CPython does (in typeobject.c) and not having object.__reduce__ call object.__reduce_ex__; instead they both call a common helper method. It re-enables the failing test in test_cpickle.py which now passes.
History
Date User Action Args
2015-04-16 13:25:20jmaddensetmessageid: <1429190720.76.0.677820108833.issue2323@psf.upfronthosting.co.za>
2015-04-16 13:25:20jmaddensetrecipients: + jmadden, zyasoft
2015-04-16 13:25:20jmaddenlinkissue2323 messages
2015-04-16 13:25:20jmaddencreate