Re: [Tutor] Exit a child thread using threading.Thread() object

2006-02-01 Thread Bernard Lebel
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

Re: [Tutor] Exit a child thread using threading.Thread() object

2006-01-31 Thread Kent Johnson
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