Message16293
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. |
|
Date |
User |
Action |
Args |
2007-08-23 14:13:46 | admin | link | issue751276 messages |
2007-08-23 14:13:46 | admin | create | |
|