Menu

#2 process is closed in spite of non daemonic threads are activ

open
nobody
None
5
2006-01-29
2006-01-29
Anonymous
No

I created new thread using "threading" module
(inherited threading.Thread) and started new thread
as non daemonic. After main module was finished, all
the application was closed.
My desktop python doesn't close an application if
there are active non daemonic threads.

Discussion