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 belopolsky
Recipients belopolsky, eric.smith, rybesh
Date 2011-01-31.18:01:47
SpamBayes Score 4.5788576e-05
Marked as misclassified No
Message-id <1296496908.51.0.712738144648.issue7358@psf.upfronthosting.co.za>
In-reply-to
Content
Ryan,

Do you still have the setup that can reproduce this error?  If so, can you try running it with pickle rather than cPickle?  If it works with pickle, please see if you can reproduce the error by unpickling the result of pickle and repickling it with cPickle.  This may allow you to create a self-contained script that you can post together with a pickle file.
History
Date User Action Args
2011-01-31 18:01:48belopolskysetrecipients: + belopolsky, eric.smith, rybesh
2011-01-31 18:01:48belopolskysetmessageid: <1296496908.51.0.712738144648.issue7358@psf.upfronthosting.co.za>
2011-01-31 18:01:47belopolskylinkissue7358 messages
2011-01-31 18:01:47belopolskycreate