Message205074
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. |
|
Date |
User |
Action |
Args |
2013-12-03 04:41:53 | alexandre.vassalotti | set | recipients:
+ alexandre.vassalotti, tim.peters, pitrou, serhiy.storchaka |
2013-12-03 04:41:53 | alexandre.vassalotti | set | messageid: <1386045713.89.0.742198700683.issue19858@psf.upfronthosting.co.za> |
2013-12-03 04:41:53 | alexandre.vassalotti | link | issue19858 messages |
2013-12-03 04:41:53 | alexandre.vassalotti | create | |
|