[issue27137] functools.partial: Inconsistency between Python and C implementations

Serhiy Storchaka report at bugs.python.org
Sat May 28 02:57:36 EDT 2016


Serhiy Storchaka added the comment:

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).

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27137>
_______________________________________


More information about the Python-bugs-list mailing list