[issue19219] speed up marshal.loads()

Kristján Valur Jónsson report at bugs.python.org
Fri Oct 11 14:19:34 CEST 2013


Kristján Valur Jónsson added the comment:

"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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19219>
_______________________________________


More information about the Python-bugs-list mailing list