Re: starting a thread in a nother thread

2010-02-01 Thread Aahz
In article <4b60a661$0$1598$742ec...@news.sonic.net>, John Nagle wrote: > >If a C package called from Python crashes, the package is defective. >Nothing you can do from Python should be able to cause a segmentation >fault. ...unless you use ctypes. -- Aahz (a...@pythoncraft.com) <*>

Re: starting a thread in a nother thread

2010-01-27 Thread Richard Lamboj
Am Wednesday 27 January 2010 15:30:17 schrieb Stefan Behnel: > Richard Lamboj, 27.01.2010 15:23: > > Am Wednesday 27 January 2010 14:10:13 schrieb Stefan Behnel: > >> Richard Lamboj, 27.01.2010 14:06: > >>> just for _curiosity_. What would be if i start a thread in a nother > >>> thread and acquir

Re: starting a thread in a nother thread

2010-01-27 Thread John Nagle
Stefan Behnel wrote: Richard Lamboj, 27.01.2010 15:23: Am Wednesday 27 January 2010 14:10:13 schrieb Stefan Behnel: Richard Lamboj, 27.01.2010 14:06: just for _curiosity_. What would be if i start a thread in a nother thread and acquire a lock in the "child" thread. Is there anything that coul

Re: starting a thread in a nother thread

2010-01-27 Thread Stefan Behnel
Richard Lamboj, 27.01.2010 15:23: > Am Wednesday 27 January 2010 14:10:13 schrieb Stefan Behnel: >> Richard Lamboj, 27.01.2010 14:06: >>> just for _curiosity_. What would be if i start a thread in a nother >>> thread and acquire a lock in the "child" thread. Is there anything that >>> could go wron

Re: starting a thread in a nother thread

2010-01-27 Thread Richard Lamboj
Am Wednesday 27 January 2010 14:10:13 schrieb Stefan Behnel: > Richard Lamboj, 27.01.2010 14:06: > > just for _curiosity_. What would be if i start a thread in a nother > > thread and acquire a lock in the "child" thread. Is there anything that > > could go wrong if someone try to start threads in

Re: starting a thread in a nother thread

2010-01-27 Thread Stefan Behnel
Richard Lamboj, 27.01.2010 14:06: > just for _curiosity_. What would be if i start a thread in a nother thread > and > acquire a lock in the "child" thread. Is there anything that could go wrong > if someone try to start threads in threads? There's usually tons of things that can go wrong w.r.t

starting a thread in a nother thread

2010-01-27 Thread Richard Lamboj
hello, just for _curiosity_. What would be if i start a thread in a nother thread and acquire a lock in the "child" thread. Is there anything that could go wrong if someone try to start threads in threads? Kind Regards, Richi -- http://mail.python.org/mailman/listinfo/python-list