
On Wed, 20 Nov 2013 18:45:53 -0600 Tim Peters <tim.peters@gmail.com> wrote:
[Antoine]
I have made two last-minute changes to the PEP:
- addition of the FRAME opcode, as discussed with Tim, and keeping a fixed 8-byte frame size
Cool!
- addition of the MEMOIZE opcode, courtesy of Alexandre, which replaces PUT opcodes in protocol 4 and helps shrink the size of pickles
Long overdue - clever idea!
If there's no further opposition, I'd like to mark this PEP accepted (or let someone else do it) in 24 hours, so that the implementation can be integrated before Sunday.
I think Guido already spoke on this - but, if he didn't, I will. Accepted :-)
Thank you! I have marked it accepted then. (with a final nit - EMPTY_FROZENSET isn't necessary and is gone) Regards Antoine.