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 rybesh
Date 2009-11-19.15:50:20
SpamBayes Score 0.00028597264
Marked as misclassified No
Message-id <1258645822.27.0.150067328286.issue7358@psf.upfronthosting.co.za>
In-reply-to
Content
def save_object(r, key, m):
    r.set(key, cPickle.dumps(m))

[4] >>> save_object(r, 'cluster', cluster)
python: ./Modules/cStringIO.c:419: O_cwrite: Assertion `oself->pos + l < 
2147483647' failed.
Aborted

Linux 2.6.30.9-96.fc11.x86_64 #1 SMP x86_64 GNU/Linux
History
Date User Action Args
2009-11-19 15:50:22rybeshsetrecipients: + rybesh
2009-11-19 15:50:22rybeshsetmessageid: <1258645822.27.0.150067328286.issue7358@psf.upfronthosting.co.za>
2009-11-19 15:50:21rybeshlinkissue7358 messages
2009-11-19 15:50:20rybeshcreate