Embedding threaded Python

Ricardo ricardo at nospam
Tue Apr 12 14:01:08 EDT 2005


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 ?



More information about the Python-list mailing list