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 irmen
Recipients
Date 2003-06-14.17:08:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=129426

I fail to understand why this cannot be fixed. Is the
cPickle implementation that different from the pickle one?
In this particular case: it doesn't use __getattr__ the same
way as pickle does, apparently. 

Increasing sys.setrecursionlimit won't help because the
recursion is  infinite.
History
Date User Action Args
2007-08-23 14:13:46adminlinkissue751276 messages
2007-08-23 14:13:46admincreate