From: Serhiy Storchaka Date: Tue, 16 Dec 2014 16:02:49 +0000 (+0200) Subject: Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can X-Git-Tag: v3.5.0a1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5553bbb0e8063363ab3312bf4f61718b32d1dc8;p=python Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes. --- f5553bbb0e8063363ab3312bf4f61718b32d1dc8