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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5553bbb0e8063363ab3312bf4f61718b32d1dc8;p=thirdparty%2FPython%2Fcpython.git 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