basic threading question

chris.monsanto at gmail.com chris.monsanto at gmail.com
Tue Oct 30 20:16:34 EDT 2007


On Oct 30, 7:58 pm, "bambam" <da... at asdf.asdf> 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?




More information about the Python-list mailing list