Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99544
| From | "ramjee a.g." <ramjee.ag@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Py_NewInterpreter() - Fatal Error with ceval - orphan tstate |
| Date | 2015-11-26 11:56 +0530 |
| Message-ID | <mailman.123.1448527324.20593.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Py_NewInterpreter() - Fatal Error with ceval - orphan tstate "ramjee a.g." <ramjee.ag@gmail.com> - 2015-11-26 11:56 +0530
csiph-web