[issue22955] Pickling of methodcaller, attrgetter, and itemgetter

Serhiy Storchaka report at bugs.python.org
Sat May 16 22:12:07 CEST 2015


Serhiy Storchaka added the comment:

methodcaller with keyword arguments pickled with pickle_getter_and_caller3.patch needs Python 3.5 to unpickle. Following patch pickles it in backward compatible way.

----------
Added file: http://bugs.python.org/file39395/pickle_getter_and_caller4.patch

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


More information about the Python-bugs-list mailing list