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 kristjan.jonsson
Recipients barry, christian.heimes, kristjan.jonsson, pitrou, serhiy.storchaka, vstinner
Date 2013-10-11.12:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381493974.7.0.617261202197.issue19219@psf.upfronthosting.co.za>
In-reply-to
Content
"Therefore, the Python maintainers reserve the right to modify
the marshal format in backward incompatible ways"

sure, don't expect such things to survive version changes.  (Actually, they have been hitherto, and my version "3" I actually changed, to be so, the initial draft being unable to read version 2 data)
But for sending stuff over the wire, caching on disk, etc, its perfectly safe and super fast.  And what is more, the python developers (that's you and me) are super careful to never _crash_ the interpreter, no matter how broken any input data is.
History
Date User Action Args
2013-10-11 12:19:34kristjan.jonssonsetrecipients: + kristjan.jonsson, barry, pitrou, vstinner, christian.heimes, serhiy.storchaka
2013-10-11 12:19:34kristjan.jonssonsetmessageid: <1381493974.7.0.617261202197.issue19219@psf.upfronthosting.co.za>
2013-10-11 12:19:34kristjan.jonssonlinkissue19219 messages
2013-10-11 12:19:34kristjan.jonssoncreate