[issue3873] Unpickling is really slow

Hagen Fürstenau report at bugs.python.org
Fri Dec 5 10:21:18 CET 2008


Hagen Fürstenau <hfuerstenau at gmx.net> added the comment:

I think a read buffer is not possible without being able to unread bytes
from the stream. pickle shoudn't consume bytes after the end of a
pickled object!

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3873>
_______________________________________


More information about the Python-bugs-list mailing list