Message404

Author bckfnn
Recipients
Date 2001-10-06.20:12:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

To be correct, it is actually pickle.dump() that writes an 
incorrent pickle to the file. The problem is caused by bug 
#222789 where the id() of jython objects is not unique and 
pickle.py expects all id() values to be a unique integer.

The bug does not exists in cPickle, so the workaround is to 
use that instead of pickle.py. A real fix might be possible 
but the solutions we have come up with so far, would 
increase memory use for all objects. It migth never be 
fixed for real.

I'm going to close this report because the problem is 
already described in #222789. 
History
Date User Action Args
2008-02-20 17:16:53adminlinkissue454586 messages
2008-02-20 17:16:53admincreate