[PythonCE] Bug in threading module

Дмитрий Беляев rumata-estor at nm.ru
Sun Jan 29 17:27:57 CET 2006


I wrote small program using "threading" module. Inherited 
"threading.Thread" class and started new thread. Started the program and 
found that process is terminated when main program is finished even if 
there are active non-daemonic threads.
Checked this program at desktop Python24 and it was executing until 
thread has finished.


More information about the PythonCE mailing list