A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2014-August/135727.html below:

[Python-Dev] python2.7 infinite recursion when loading pickled object

[Python-Dev] python2.7 infinite recursion when loading pickled object [Python-Dev] python2.7 infinite recursion when loading pickled objectR. David Murray rdmurray at bitdance.com
Mon Aug 11 14:10:30 CEST 2014
On Mon, 11 Aug 2014 21:43:00 +1000, Chris Angelico <rosuav at gmail.com> wrote:
> On Mon, Aug 11, 2014 at 9:40 PM, Peter Otten <__peter__ at web.de> wrote:
> > Read again. The OP tries to delegate attribute lookup to an (existing)
> > attribute.
> >
> > IMO the root cause of the problem is that pickle looks up __dunder__ methods
> > in the instance rather than the class.
> 
> The recursion comes from the attempted lookup of self.item, when
> __init__ hasn't been called.

Indeed, and this is what the OP missed.  With a class like this, it is
necessary to *make* it pickleable, since the pickle protocol doesn't
call __init__.

--David
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4