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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27137>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to