[issue15642] Integrate pickle protocol version 4 GSoC work by Stefan Mihaila

Alexandre Vassalotti report at bugs.python.org
Tue Aug 21 23:53:01 CEST 2012


Alexandre Vassalotti added the comment:

Some quick thoughts about the new implicit memoization scheme in Stefan's implementation. 

- The new scheme will need to be documented in PEP 3154 before we can accept the change.
- I don't really like the idea of changing the semantics of the PUT and GET opcodes. I would prefer new opcodes if possible.
- I would like to see benchmarks for this change.

----------

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


More information about the Python-bugs-list mailing list