[issue19256] Optimize marshal format and add version token.

Antoine Pitrou report at bugs.python.org
Mon Oct 14 00:57:10 CEST 2013


Antoine Pitrou added the comment:

> "I actually agree with Kristjan that an opcode is the least disruptive
> choice here."
> 
> Does you mean that data serialized with python 3.3 can be read with
> python 3.4? But not the opposite (version token unknown in Python
> 3.3)?

Yes, indeed. I'm not sure it's very important but it's safer in case
people have old "frozen" modules around.

----------

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


More information about the Python-bugs-list mailing list