Hi,
In my C program, I want to use python scripts. This scripts should also
have the ability to start threads.
So at the initilisation phase I do:
PyEval_InitThreads();
PyEval_ReleaseLock();
With the second call I want to release lock, for that the python threads
can also do their work.
But the
Hi,
I have a written a C program which makes use of python embedding.
I want to find out all threads that a loaded module has started.
But I can't find anything about this in the docs. Is it possible?
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm the author of an application written in C, which should now be
extended with a python plugin system.
It already works very good, but I now have a problem:
Threading functionality within the python modules, that my C app loads
and calls, doesn't work. This means, the threads do not run (t