Re: Sys.exit in secondary threads

2010-10-08 Thread Ned Deily
In article , Pakal wrote: > I've noticed that there is nothing in python's documentation regarding > the use of sys.exit(code) in a non-main thread. > > As far as I've seen, the behaviour in this case is to simply exit the > thread, without caring about the return code. in the main thread > how

Sys.exit in secondary threads

2010-10-08 Thread Pakal
I've noticed that there is nothing in python's documentation regarding the use of sys.exit(code) in a non-main thread. As far as I've seen, the behaviour in this case is to simply exit the thread, without caring about the return code. in the main thread however, the return code becomes the offici