Re: [PyQt] Re: Python frame never dies on application errors

2008-12-10 Thread Fabio Menegazzo
Sundance, That's it! I didn't realized the last_traceback was keeping the reference to the frame. Thanks for your help! Fabio Menegazzo On Wed, Dec 10, 2008 at 9:26 AM, Sundance <[EMAIL PROTECTED]> wrote: > Fabio Menegazzo wrote: > > > Consider a widget in the display. When an exception happen

[PyQt] Re: Python frame never dies on application errors

2008-12-10 Thread Sundance
Fabio Menegazzo wrote: > Consider a widget in the display. When an exception happens the Python > frame never dies. Am I doing something wrong? Hi Fabio, In your example, your exception occurs while the frame for SlotRaiseError() is still on the stack. The traceback thus keeps a pointer to tha