[Python-Dev] _tkinter problem with Stackless
Guido van Rossum
guido@python.org
Mon, 27 May 2002 09:35:39 -0400
> > I wouldn't call it "bad style" in general -- it's
> > perfectly legal to pass the address of a local variable
> > to another function, as long as the other function uses
> > it before returning.
>
> Maybe, but I'm really fucked up...
> Saying "bad style" might help to keep people from
> producing more problems :-)
Cut it out, Christian. Now! This is *your* problem to solve -- not
something to complain to others to.
--Guido van Rossum (home page: http://www.python.org/~guido/)