Martin v. Löwis <mar...@v.loewis.de> added the comment: This bug tracker is not a place to obtain help. If it is primarily help that you are after (which it seems to be from your last question), I recommend that we close the issue, and you ask for help elsewhere.
Most likely, the error happens at a point in the code where there is no thread state. You have to find out why that is - it could be either that there is legitimately no thread state, in which case you shouldn't call Python API, or it might be that the thread state was lost somehow, in which case you should find out where it got lost. ---------- nosy: +loewis _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6402> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com