This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients benjamin.peterson, gregory.p.smith, iankko, loewis, pitrou, psss
Date 2009-07-02.19:09:32
SpamBayes Score 6.0708905e-09
Marked as misclassified No
Message-id <1246561775.66.0.387561453308.issue6402@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-02 19:09:35loewissetrecipients: + loewis, gregory.p.smith, pitrou, benjamin.peterson, psss, iankko
2009-07-02 19:09:35loewissetmessageid: <1246561775.66.0.387561453308.issue6402@psf.upfronthosting.co.za>
2009-07-02 19:09:33loewislinkissue6402 messages
2009-07-02 19:09:32loewiscreate