Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12848>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to