At a second look I do not see the difference. Moreover this would not
work with 2.4
On Sep 30, 11:29 am, Iceberg wrote:
> Hi Massimo,
>
> The following code snippet comes from the end of gluon/cache.py 's
> CacheInRam.__call__():
>
> value = f()
> self.locker.acquire()
> s
thanks. Will post it tonight.
On Sep 30, 11:29 am, Iceberg wrote:
> Hi Massimo,
>
> The following code snippet comes from the end of gluon/cache.py 's
> CacheInRam.__call__():
>
> value = f()
> self.locker.acquire()
> self.storage[key] = (time.time(), value)
> self
2 matches
Mail list logo