Alexandre Vassalotti added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to