[issue17810] Implement PEP 3154 (pickle protocol 4)

Antoine Pitrou report at bugs.python.org
Mon Apr 29 22:54:12 CEST 2013


Antoine Pitrou added the comment:

> With framing it isn't annoying.

Slightly less, but you still have to wrap readline() calls in the
unpickler.

I have started experimenting with PREFETCH, but making the opcode
optional is a bit annoying in the C pickler, which means it's simpler to
always emit it, which means it's not very different from framing in the
end :-)

----------

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


More information about the Python-bugs-list mailing list