Forums

Pickle Problems

Hello: I'm getting a pickle recursion error when attempting to pickle a very small dictionary.

Is the recursion limit set at a very low level, or am I just a very bad programmer?

hi there, what is the code that you are using? there should not be a recursion error, but maybe your dictionary/pickle attempt is self-referential?

My fault: I thought I was passing a simple string, but was actually passing a Beautiful Soup object...