[issue19780] Pickle 4 frame headers optimization

Serhiy Storchaka report at bugs.python.org
Tue Nov 26 10:43:01 CET 2013


Serhiy Storchaka added the comment:

Frames are not overlapped. And no one opcode straddles frame boundaries. When an implementation supports optional frames, it should support optimized frames as well.

All tests are passed with this optimization except test_optional_frames which hacks pickled data to remove some frame opcodes. This test relied on implementation details.

----------

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


More information about the Python-bugs-list mailing list