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 pitrou
Recipients Arfrever, alexandre.vassalotti, larry, pitrou, serhiy.storchaka, vstinner
Date 2013-11-26.15:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385478539.2292.4.camel@fsol>
In-reply-to <2587286.68As1hJAdK@raxxla>
Content
> > This is not compliant with how the PEP defines it (the frame size doesn't
> > include the header of the next frame):
> > http://www.python.org/dev/peps/pep-3154/#framing
> 
> "How the pickler decides to partition the pickle stream into frames is an 
> implementation detail."

Of course, but it still has to respect the frame structure shown in the
ASCII art drawing.

> Could you write tests which exposes behavior difference without sticking 
> implementation details?

That's a good idea. At least I'll open an issue for it.
History
Date User Action Args
2013-11-26 15:09:01pitrousetrecipients: + pitrou, vstinner, larry, alexandre.vassalotti, Arfrever, serhiy.storchaka
2013-11-26 15:09:01pitroulinkissue19780 messages
2013-11-26 15:09:01pitroucreate