First post, recursive references with pickle.

mark starnes m.starnes05 at imperial.ac.uk
Mon Nov 10 14:23:47 EST 2008


Hi everyone, this is my first post to this group, so please be gentle.

I've written a class which, when I attempt to pickle, gives the error:

*** RuntimeError: maximum recursion depth exceeded

Is there a way to make pickle display data about what it's trying
to do?  I'm thinking that if so, the recursive component will be
immediately visible, easing the bug hunt.

Any help would be appreciated.

BR,

Mark.



More information about the Python-list mailing list