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 abarry, ncoghlan, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-05-28.06:57:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464418656.61.0.517267922483.issue27137@psf.upfronthosting.co.za>
In-reply-to
Content
One problem with current Python implementation is that it doesn't support pickling. The ability of pickling functools.partial() is used in the pickle module for supporting __newobj_ex__ with pickle protocols 2 and 3 (issue24164) and for supporting pickling of operator.methodcaller() objects with keyword arguments (issue22955).
History
Date User Action Args
2016-05-28 06:57:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, vstinner, xiang.zhang, abarry
2016-05-28 06:57:36serhiy.storchakasetmessageid: <1464418656.61.0.517267922483.issue27137@psf.upfronthosting.co.za>
2016-05-28 06:57:36serhiy.storchakalinkissue27137 messages
2016-05-28 06:57:36serhiy.storchakacreate