Segmentation faults using threads
Hendrik van Rooyen
mail at microcorp.co.za
Wed Feb 14 00:33:07 EST 2007
"Mathias" <mathiasDOTfranzius at webDELETEME.de> 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
More information about the Python-list
mailing list