Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99544 > unrolled thread
| Started by | "ramjee a.g." <ramjee.ag@gmail.com> |
|---|---|
| First post | 2015-11-26 11:56 +0530 |
| Last post | 2015-11-26 11:56 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Py_NewInterpreter() - Fatal Error with ceval - orphan tstate "ramjee a.g." <ramjee.ag@gmail.com> - 2015-11-26 11:56 +0530
| From | "ramjee a.g." <ramjee.ag@gmail.com> |
|---|---|
| Date | 2015-11-26 11:56 +0530 |
| Subject | Py_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
Back to top | Article view | comp.lang.python
csiph-web