commit | f5553bbb0e8063363ab3312bf4f61718b32d1dc8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 16 18:02:49 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 16 18:02:49 2014 +0200 |
tree | 892518578385476c0da87a37dba225d2b36a8f1a | |
parent | 7bc279c49fba2b9d59f47982658e46c5cd0e0f31 [diff] | |
parent | 05dadcfb28b815c9558fe2a6a74cd3ce7df62577 [diff] |
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.