[Python-Dev] Free threading (and tcl upvar)
Jeremy Hylton
jeremy@zope.com
Thu, 9 Aug 2001 22:04:11 -0400 (EDT)
>>>>> "BAW" == Barry A Warsaw <barry@zope.com> writes:
>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:
GvR> That's why we have sys._getframe(). ;-)
BAW> btw, when you need it, sys._getframe() is a godsend. thank the
BAW> genius who came up with that one <wink>.
It takes all kinds, doesn't it? For every genius who comes up with
something like sys._getframe(), we have some fool who comes up with
something like "print >>".
Jeremy