Re: Py_NewInterpreter() - Fatal Error with ceval - orphan tstate

2015-11-26 Thread dieter
"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 "

Py_NewInterpreter() - Fatal Error with ceval - orphan tstate

2015-11-26 Thread ramjee a.g.
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