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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka, tim.peters
Date 2014-11-29.14:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417269866.13.0.295351054839.issue19858@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which makes pickletools.optimize() to work with the MEMOIZE opcode.

As side effect it also renumbers memoized values, this allows to use short BINPUT and BINGET instead of LONG_BINPUT and LONG_BINGET.
History
Date User Action Args
2014-11-29 14:04:26serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, pitrou, alexandre.vassalotti
2014-11-29 14:04:26serhiy.storchakasetmessageid: <1417269866.13.0.295351054839.issue19858@psf.upfronthosting.co.za>
2014-11-29 14:04:26serhiy.storchakalinkissue19858 messages
2014-11-29 14:04:26serhiy.storchakacreate