[Python-Dev] pickle self-delimiting
Charles-François Natali
cf.natali at gmail.com
Tue Apr 1 20:29:38 CEST 2014
More information about the Python-Dev mailing list
Tue Apr 1 20:29:38 CEST 2014
- Previous message: [Python-Dev] cpython (3.4): simplify check, since now there are only new-style classes
- Next message: [Python-Dev] pickle self-delimiting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Unless I'm mistaken, pickle's documentation doesn't mention that the pickle wire-format is self-delimiting. Is there any reason why it's not documented? The reason I'm asking is because I've seen some code out there doing its own ad-hoc length-prefix framing. Cheers, cf -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140401/c8da25e3/attachment.html>
- Previous message: [Python-Dev] cpython (3.4): simplify check, since now there are only new-style classes
- Next message: [Python-Dev] pickle self-delimiting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list