Fatal Python error: Py_EndInterpreter: thread still has a frame

nnorwitz at gmail.com nnorwitz at gmail.com
Sun Feb 5 01:38:04 EST 2006


Thomas Korimort wrote:
> 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?

Please create a test case and file a bug report, here:
http://sourceforge.net/tracker/?group_id=5470&atid=105470

n




More information about the Python-list mailing list