This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti
Date 2013-12-02.01:00:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385946014.54.0.601831543599.issue19858@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3154 introduced the MEMOIZE opcode which lowered the overhead of memoization compared to the PUT opcodes which were previously used.

We should update pickletools.optimize to remove superfluous uses of this new opcode.
History
Date User Action Args
2013-12-02 01:00:14alexandre.vassalottisetrecipients: + alexandre.vassalotti
2013-12-02 01:00:14alexandre.vassalottisetmessageid: <1385946014.54.0.601831543599.issue19858@psf.upfronthosting.co.za>
2013-12-02 01:00:14alexandre.vassalottilinkissue19858 messages
2013-12-02 01:00:14alexandre.vassalotticreate