I was under the impression that threading wasn't fully supported on
pythonCE and the thread class is just a dummy class. Has this changed
or am I just plain wrong?
On 1/29/06, Дмитрий Беляев <[EMAIL PROTECTED]> wrote:
> I wrote small program using "threading" module. Inherited
> "threading.Thread
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 exe