diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -41,7 +41,9 @@ Core and Builtins Library ------- -- Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can +- Issue #15513: Added a __sizeof__ implementation for pickle classes. + +- 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. |