[issue9276] pickle should support methods

Ram Rachum report at bugs.python.org
Tue Mar 1 22:42:44 CET 2011


Ram Rachum <cool-rr at cool-rr.com> added the comment:

Amaury: I don't think ForkingPickler works for unbound methods defined in user code, which are implemented as functions. I think it only works for method-descriptors and wrapper-descriptors.

----------

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


More information about the Python-bugs-list mailing list