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 christian.heimes, ned.deily, pitrou, serhiy.storchaka, vitaly.krug
Date 2018-10-31.09:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540977974.73.0.788709270274.issue33023@psf.upfronthosting.co.za>
In-reply-to
Content
After discussing on Python-Dev all error messages were changed to "cannot pickle 'XXX' object".

https://mail.python.org/pipermail/python-dev/2018-October/155599.html

I suggest to not add __getstate__() methods with different error messages. But the dup() method should be fixed.
History
Date User Action Args
2018-10-31 09:26:14serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, ned.deily, vitaly.krug
2018-10-31 09:26:14serhiy.storchakasetmessageid: <1540977974.73.0.788709270274.issue33023@psf.upfronthosting.co.za>
2018-10-31 09:26:14serhiy.storchakalinkissue33023 messages
2018-10-31 09:26:14serhiy.storchakacreate