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.19:19:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I see. The problem occurs when trying to find __setstate__.
pickle.py uses getattr("setstate", None), which only masks
AttributeError, passing RuntimeError through. cPickle masks
all exceptions. It would be indeed possible to have one
match the other.

Reopening the report. Notice that there are dozens such
inconsistencies, so it will be a sisyphus job to fix them all.
History
Date User Action Args
2007-08-23 14:13:46adminlinkissue751276 messages
2007-08-23 14:13:46admincreate