Message404
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. |
|
Date |
User |
Action |
Args |
2008-02-20 17:16:53 | admin | link | issue454586 messages |
2008-02-20 17:16:53 | admin | create | |
|