On Oct 30, 7:58 pm, "bambam" <[EMAIL PROTECTED]> wrote: > Are function variables thread safe? > > def f(a): > # whatever > return float(a) > > Is that OK? > > def f(a): > #whatever > b=a: > #whatever: > return float(b) > > Is that OK? > > Steve.
Huh? -- http://mail.python.org/mailman/listinfo/python-list