Thanks a lot Kent.
The exit call would be made from the same thread whose fate is to terminate.
Bernard
On 1/31/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
> Bernard Lebel wrote:
> > A quick question.
> >
> > I have started a child thread using the threading.Thread class. Is
> > there any way t
Bernard Lebel wrote:
> A quick question.
>
> I have started a child thread using the threading.Thread class. Is
> there any way to cleanly exit the child thread?
>
> What I mean by "cleanly" is for example if you use the
> thread.start_new() function to create a child thread, the function
> runni