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
- Re: Embedding threaded Python Ricardo
- Re: Embedding threaded Python Tom Cocagne