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 pitrou
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2012-11-17.14:57:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353164261.36.0.0833266031974.issue12848@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to add that anyone wanting to serialize large data will certainly be using _pickle (or its ancestor cPickle), since using pickle.py is probably excruciatingly slow. Meaning we should favour preserving _pickle/cPickle's behaviour over preserving pickle.py's behaviour here.
History
Date User Action Args
2012-11-17 14:57:41pitrousetrecipients: + pitrou, alexandre.vassalotti, serhiy.storchaka
2012-11-17 14:57:41pitrousetmessageid: <1353164261.36.0.0833266031974.issue12848@psf.upfronthosting.co.za>
2012-11-17 14:57:41pitroulinkissue12848 messages
2012-11-17 14:57:41pitroucreate