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, barry, dangyogi, serhiy.storchaka
Date 2017-03-31.10:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490956269.04.0.327615711126.issue29902@psf.upfronthosting.co.za>
In-reply-to
Content
This issue was fixed by issue22995 in 3.6. But for some reasons the general solution was not applied to 3.5 and 2.7. Proposed patch makes staticmethod, classmethod and property descriptors explicitly non-pickleable (as was made explicitly non-pickleable file-like object) in 3.5. Only tests will be foreported to 3.6 and 3.7.
History
Date User Action Args
2017-03-31 10:31:09serhiy.storchakasetrecipients: + serhiy.storchaka, barry, alexandre.vassalotti, dangyogi
2017-03-31 10:31:09serhiy.storchakasetmessageid: <1490956269.04.0.327615711126.issue29902@psf.upfronthosting.co.za>
2017-03-31 10:31:09serhiy.storchakalinkissue29902 messages
2017-03-31 10:31:08serhiy.storchakacreate