Why won't my thread terminate?

Dfenestr8 dfenestr8 at yahoo.com
Fri May 23 03:01:54 EDT 2003


Steve Holden wrote:

> 
> Your answer is therefore to create a new instance each time you want to
> re-invoke the thread's behavior.
>
 
Is it sufficient to call the objects __init__ method again? ie......

>>> self.metro.__init__(self) 

That seems to work too.





More information about the Python-list mailing list