Bug in python [was: Fatal Python error: ceval: tstate mix-up]

Terry Reedy tjreedy at udel.edu
Mon Jan 12 12:30:48 EST 2009


Terry Reedy wrote:
> Laszlo Nagy wrote:
>> Laszlo Nagy wrote:
>>> Meanwhile I'm trying to turn off threads in that program one by one. 
>>> I just got this new type of error:
>>>
>>> Fatal Python error: PyThreadState_Delete: invalid tstate
>> After some days, there are now answers to my question. I guess this is 
>> because nobody knows the answer. I think I need to consider this a bug 
>> in Python. Where can I post a bug report?
> 
> bugs.python.org

Before submitting, search for existing report of same bug.  If none, try 
to write a minimal program that reliably reproduces the bug.  (If you 
can't, it will be hard to fix.).  Make sure the bug occurs with 2.6.1 or 
3.0.  Earlier 2.x is not maintained except for security patches.




More information about the Python-list mailing list