Message199470
"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. |
|
Date |
User |
Action |
Args |
2013-10-11 12:19:34 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, barry, pitrou, vstinner, christian.heimes, serhiy.storchaka |
2013-10-11 12:19:34 | kristjan.jonsson | set | messageid: <1381493974.7.0.617261202197.issue19219@psf.upfronthosting.co.za> |
2013-10-11 12:19:34 | kristjan.jonsson | link | issue19219 messages |
2013-10-11 12:19:34 | kristjan.jonsson | create | |
|