[New-bugs-announce] [issue19858] Make pickletools.optimize aware of the MEMOIZE opcode.

Alexandre Vassalotti report at bugs.python.org
Mon Dec 2 02:00:14 CET 2013


New submission from Alexandre Vassalotti:

PEP 3154 introduced the MEMOIZE opcode which lowered the overhead of memoization compared to the PUT opcodes which were previously used.

We should update pickletools.optimize to remove superfluous uses of this new opcode.

----------
components: Library (Lib)
messages: 204985
nosy: alexandre.vassalotti
priority: normal
severity: normal
stage: needs patch
status: open
title: Make pickletools.optimize aware of the MEMOIZE opcode.
type: behavior
versions: Python 3.5

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


More information about the New-bugs-announce mailing list