[issue16251] pickle special methods are looked up on the instance rather than the type

Eric Snow report at bugs.python.org
Thu Jun 27 17:53:54 CEST 2013


Eric Snow added the comment:

A backward compatible solution would be to do lookup on the class after trying the instance (and that came back None or isn't callable).

----------

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


More information about the Python-bugs-list mailing list