On Sun, Feb 17, 2013 at 1:36 PM, Eric Snow wrote:
> (See http://bugs.python.org/issue16251)
>
> The pickle module looks up special methods on instances rather than
> using the behavior described in the language reference (or even just
> looking them up on the class). This means that custom
> __ge
(See http://bugs.python.org/issue16251)
The pickle module looks up special methods on instances rather than
using the behavior described in the language reference (or even just
looking them up on the class). This means that custom
__getattribute__() and __getattr__() implementations may get trigg