[issue9276] pickle should support methods

Ram Rachum report at bugs.python.org
Tue Mar 1 21:38:31 CET 2011


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

> This isn't worth introducing poorly thought out hacks.

Being able to pickle unbound methods is important. In my project I have objects that refer to unbound methods. Now these objects are unpickleable. I can't save them to disk and I can't use the multiprocessing module on them. That's a big problem.

----------

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


More information about the Python-bugs-list mailing list