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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to