[PythonCE] Bug in threading module

Jason Adams jasonmadams at gmail.com
Mon Jan 30 04:35:47 CET 2006


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, Дмитрий Беляев <rumata-estor at nm.ru> wrote:
> 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.
> _______________________________________________
> PythonCE mailing list
> PythonCE at python.org
> http://mail.python.org/mailman/listinfo/pythonce
>


More information about the PythonCE mailing list