[Python-Dev] _tkinter problem with Stackless

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 27 May 2002 13:41:43 +1200 (NZST)


Christian Tismer <tismer@tismer.com>:

> Incredibly bad! Bad style, even worse, bad for me.

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.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+