This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2003-06-14.14:23:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

This problem cannot be fixed. cPickle and pickle work
differently by nature; one is written in C, the other in
Python (as their names suggest).

You can try to sys.setrecursionlimit, to raise the nesting
level that pickle.py supports.
History
Date User Action Args
2007-08-23 14:13:46adminlinkissue751276 messages
2007-08-23 14:13:46admincreate