Hi!

Does anyone know the precise circumstances when the error

"Fatal Python error: Py_EndInterpreter: thread still has a frame"

does occur. I checked the source code of pythonrun.c, which tells me 
that this error message is thrown in Py_EndInterpreter, when 
thread->frame is checked for being NULL. Does anyone know, when this 
pointer is not NULL at the time where Py_EndInterpreter() is called?


Greetings, Thomas Korimort.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to