threads and sys.exit()

gangesmaster tomerfiliba at gmail.com
Mon Apr 24 16:15:45 EDT 2006


i can't make the main thread daemonic. the situation is this:
* the main thread starts a thread
* the new thread does sys.exit()
* the new thread dies, but the process remains
i can do os.kill(os.getpid()), or TerminateProcess(-1) but that's not
what i want


-tomer




More information about the Python-list mailing list