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 alexandre.vassalotti, serhiy.storchaka
Date 2017-03-27.08:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490601668.43.0.188654711703.issue29914@psf.upfronthosting.co.za>
In-reply-to
Content
The special method __reduce__() doesn't take arguments, the special method __reduce_ex__() takes one mandatory argument. But default implementations in the object class takes one optional argument. This looks as an oversign. Proposed patch fixes signatures of object.__reduce__() and object.__reduce_ex__().
History
Date User Action Args
2017-03-27 08:01:08serhiy.storchakasetrecipients: + serhiy.storchaka, alexandre.vassalotti
2017-03-27 08:01:08serhiy.storchakasetmessageid: <1490601668.43.0.188654711703.issue29914@psf.upfronthosting.co.za>
2017-03-27 08:01:08serhiy.storchakalinkissue29914 messages
2017-03-27 08:01:08serhiy.storchakacreate