"Mathias" <[EMAIL PROTECTED]> wrote:

> Does someone have experience with threading in python - are there 
> non-threadsafe functions I should know about?

how do your threads communicate with one another - are there any
globals that are accessed from different threads?

strange this - you should get an exception, not a segment fault if its
in the python bits..

- Hendrik


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to