Problem in threading

Alex Martelli aleaxit at yahoo.com
Wed Dec 29 03:59:44 EST 2004


Gurpreet Sachdeva <gurpreet.sachdeva at gmail.com> wrote:

>         for i in nloops: # wait for all
>                 threads[i].join

Missing () after 'join'.


Alex



More information about the Python-list mailing list