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.12:48:38
SpamBayes Score 0.009448064
Marked as misclassified No
Message-id <1263386923.47.0.33160058355.issue5683@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps.  Let's take it one step at a time though.  If I change your
large pickle example to use dumps() instead of dump() in an unsullied
Python2.5 I get a MemoryError.  In general, I think you have to be
careful using dumps().  Any attempt to solve that problem will likely
be independent of the Unladen Swallow patches.
History
Date User Action Args
2010-01-13 12:48:43skip.montanarosetrecipients: + skip.montanaro, collinwinter, pitrou, alexandre.vassalotti, jcsalterego
2010-01-13 12:48:43skip.montanarosetmessageid: <1263386923.47.0.33160058355.issue5683@psf.upfronthosting.co.za>
2010-01-13 12:48:39skip.montanarolinkissue5683 messages
2010-01-13 12:48:38skip.montanarocreate