Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99544 > unrolled thread

Py_NewInterpreter() - Fatal Error with ceval - orphan tstate

Started by"ramjee a.g." <ramjee.ag@gmail.com>
First post2015-11-26 11:56 +0530
Last post2015-11-26 11:56 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Py_NewInterpreter() - Fatal Error with ceval - orphan tstate "ramjee a.g." <ramjee.ag@gmail.com> - 2015-11-26 11:56 +0530

#99544 — Py_NewInterpreter() - Fatal Error with ceval - orphan tstate

From"ramjee a.g." <ramjee.ag@gmail.com>
Date2015-11-26 11:56 +0530
SubjectPy_NewInterpreter() - Fatal Error with ceval - orphan tstate
Message-ID<mailman.123.1448527324.20593.python-list@python.org>
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 library.

Regards,
Ramjee

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web