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 rybesh
Recipients eric.smith, rybesh
Date 2009-11-19.17:47:41
SpamBayes Score 6.791501e-05
Marked as misclassified No
Message-id <1258652864.15.0.0504517509643.issue7358@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this in a self-contained script. Pickling a smaller 
cluster object and storing it in Redis works fine. The cluster object that 
caused the crash was large, a binary tree with >5000 leaves holding the 
results of a nine-hour calculation.
History
Date User Action Args
2009-11-19 17:47:44rybeshsetrecipients: + rybesh, eric.smith
2009-11-19 17:47:44rybeshsetmessageid: <1258652864.15.0.0504517509643.issue7358@psf.upfronthosting.co.za>
2009-11-19 17:47:41rybeshlinkissue7358 messages
2009-11-19 17:47:41rybeshcreate