Tim Peters wrote: > > The prime thing that killed adopting lexical > closures was the cyclic trash problem then, and Greg Ewing just bumped into > that again recently in his implementation. Er, my implementation is actually a *solution* to the cyclic trash problem. Greg