Re: A context manager for temporary memoization.

2007-11-29 Thread Carl Banks
On Nov 29, 3:20 pm, "Michael Speer" <[EMAIL PROTECTED]> wrote: > I posted this to my blog > athttp://michaelspeer.blogspot.com/2007/11/context-manager-for-temporar > > I decided to forward it onto the list for comments. I thought someone > might find it interesting. > > *** > > This is very m

A context manager for temporary memoization.

2007-11-29 Thread Michael Speer
I posted this to my blog at http://michaelspeer.blogspot.com/2007/11/context-manager-for-temporary.html. I decided to forward it onto the list for comments. I thought someone might find it interesting. *** This is very much a fragile hack at the moment. It's an interesting idea I think. I was d