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 skip.montanaro
Recipients alexandre.vassalotti, collinwinter, jcsalterego, pitrou, skip.montanaro
Date 2010-01-13.10:07:58
SpamBayes Score 0.029321624
Marked as misclassified No
Message-id <1263377279.85.0.707210747097.issue5683@psf.upfronthosting.co.za>
In-reply-to
Content
You can fix it if you are dumping to a file, however if you are calling dumps() you are kind of screwed if dumping large objects.  There's no place to flush the buffer.

I have a fix to Unladen Swallow's cPickle module.  I'm run it by them before submitting it here.
History
Date User Action Args
2010-01-13 10:08:00skip.montanarosetrecipients: + skip.montanaro, collinwinter, pitrou, alexandre.vassalotti, jcsalterego
2010-01-13 10:07:59skip.montanarosetmessageid: <1263377279.85.0.707210747097.issue5683@psf.upfronthosting.co.za>
2010-01-13 10:07:58skip.montanarolinkissue5683 messages
2010-01-13 10:07:58skip.montanarocreate