diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-16 17:43:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-16 17:43:46 (GMT) |
commit | 707b5ccde56e89162660d7aaae584eeaf2736120 (patch) | |
tree | 719fe88e870eee24451dd4935d1f5df1be5158ec /Misc | |
parent | 01bdd9a98070f12ad27611a37db91fd5ecae7358 (diff) | |
download | cpython-707b5ccde56e89162660d7aaae584eeaf2736120.zip cpython-707b5ccde56e89162660d7aaae584eeaf2736120.tar.gz cpython-707b5ccde56e89162660d7aaae584eeaf2736120.tar.bz2 |
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
opcode if possible.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -196,6 +196,9 @@ Core and Builtins Library ------- +- Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX + opcode if possible. + - Issue #15513: Added a __sizeof__ implementation for pickle classes. - Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can |