"ramjee a.g." writes:
> I am using python 2.7 for extending my C++ application with python.
>
> And when two pthread of C is executing Py_NewInterpreter() it is throwing
> faltal error with ceval-orphan tstate. There is no problem when sequential
> thread execution.
"tstate" likely stands for "
Hi,
I am using python 2.7 for extending my C++ application with python.
And when two pthread of C is executing Py_NewInterpreter() it is throwing
faltal error with ceval-orphan tstate. There is no problem when sequential
thread execution.
Let me know if any solution to be fixed in my python lib