[Python-Dev] metaclass insanity

Just van Rossum just@letterror.com
Tue, 5 Nov 2002 16:17:06 +0100


David Abrahams wrote:

> > No, the generator-iterator can hold state in the form of local
> > variables. That isn't used in this example, though.
> 
> Ahh, closures...

Nah, it's just a resumable function...

Just