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 torkve
Recipients torkve
Date 2016-05-05.00:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462407226.68.0.381104260984.issue26959@psf.upfronthosting.co.za>
In-reply-to
Content
The commit [2] removed support for handling unpicklable functions with copyreg override from cpickle due to lack of the same feature in pickle.
This patch restores that feature and adds the support of it to pickle.

[1] Original discussion: https://mail.python.org/pipermail/python-dev/2016-May/144426.html
[2] https://hg.python.org/cpython/rev/6bd1f0a27e8e
History
Date User Action Args
2016-05-05 00:13:50torkvesetrecipients: + torkve
2016-05-05 00:13:46torkvesetmessageid: <1462407226.68.0.381104260984.issue26959@psf.upfronthosting.co.za>
2016-05-05 00:13:46torkvelinkissue26959 messages
2016-05-05 00:13:45torkvecreate