threads and sys.exit()

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Mon Apr 24 13:32:15 EDT 2006


gangesmaster:
>(i forgot to say it didn't work)

It's the remaining threads that need to be daemon, when some thread
performs sys.exit. When no non-daemon thread remains, the application
terminates.

-- 
René Pijlman



More information about the Python-list mailing list