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 serhiy.storchaka
Recipients Arfrever, alexandre.vassalotti, larry, pitrou, serhiy.storchaka
Date 2013-11-26.09:43:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385458981.36.0.276305772956.issue19780@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-26 09:43:01serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, larry, alexandre.vassalotti, Arfrever
2013-11-26 09:43:01serhiy.storchakasetmessageid: <1385458981.36.0.276305772956.issue19780@psf.upfronthosting.co.za>
2013-11-26 09:43:01serhiy.storchakalinkissue19780 messages
2013-11-26 09:43:01serhiy.storchakacreate