Martin v. Löwis <[EMAIL PROTECTED]> added the comment:

> Hmm, when exception occurs in some frame, its reference will be
> retained even after exiting function?

Correct. When a traceback is produced, all frames get linked, be
able to print later the traceback with source code information.
Each frame keeps all its local variables.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3515>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to