You only need to call PyEval_InitThreads() for multithreaded C-code. The
Python threads operate on a different principle.

 Tom

Ricardo wrote:

> If I embed Python in a C app and the Python code is threaded, but the C
> code isn't, do I need to call PyEval_InitThreads() ? - or do you only need
> to do that if the C code is threaded ?

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

Reply via email to