This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients loewis, ocean-city
Date 2008-08-07.13:05:06
SpamBayes Score 0.000499583
Marked as misclassified No
Message-id <489AF300.50205@v.loewis.de>
In-reply-to <1218113757.99.0.15519174758.issue3515@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2008-08-07 13:07:06loewissetrecipients: + loewis, ocean-city
2008-08-07 13:05:07loewislinkissue3515 messages
2008-08-07 13:05:06loewiscreate