[Zope] How does Zope and Python work?

Peter Bengtsson mail@peterbe.com
Fri, 3 Aug 2001 09:40:35 +0200


> > I just want to use garbage collection instead of to many calls to other
> > objects around.
> 
> I'm not sure what garbage collection you're referring to, but making
> calls to things that return sequences and storing their results in a
> local variable (via dmtl-let) puts the sequence in memory for the
> duration of the let.

That's great!
"garbage collection", I meant like you say "in memory"

<dtml-let makes a copy then


Cheers