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, pitrou, serhiy.storchaka, tim.peters
Date 2013-12-03.04:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386045713.89.0.742198700683.issue19858@psf.upfronthosting.co.za>
In-reply-to
Content
MEMOIZE and PUT can be used together. They just need to not step on each other toes when they write to the memo table. As specified by PEP 3154, the memo index used by MEMOIZE is the number of elements currently in the memo table. This obviously means functions like, pickletools.optimize, have to be more careful when they rewrite pickles.
History
Date User Action Args
2013-12-03 04:41:53alexandre.vassalottisetrecipients: + alexandre.vassalotti, tim.peters, pitrou, serhiy.storchaka
2013-12-03 04:41:53alexandre.vassalottisetmessageid: <1386045713.89.0.742198700683.issue19858@psf.upfronthosting.co.za>
2013-12-03 04:41:53alexandre.vassalottilinkissue19858 messages
2013-12-03 04:41:53alexandre.vassalotticreate